Chapter Contents

Previous

Next
Text Viewer: _getNumsColor

Text Viewer: _getNumsColor



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


Syntax
Example

Syntax

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

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


Example

If the line numbers area is green, _getNumsColor returns the value 'GREEN' to the variable COLOR:

call notify('textview', '_get_nums_color_',
             color);


Chapter Contents

Previous

Next

Top of Page

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