Chapter Contents

Previous

Next
Text Viewer: _setNumsColor

Text Viewer: _setNumsColor



Assigns the color and optionally the display attribute of the line numbers area


Syntax
Example

Syntax

CALL NOTIFY (viewer-name, '_setNumsColor', color<, attr>);

Argument Type Description
color
C specifies a color
attr
C specifies a display attribute:
'NONE'
'REVERSE'
'UNDERLINE'
'REVERSE UNDERLINE'


Example

_setNumsColor displays the line numbers area in orange and reverses the foreground and background colors.

call notify('textview', '_set_nums_color_',
            'orange', 'reverse');


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.