Chapter Contents |
Previous |
Next |
Text Viewer: _setColsColor |
Syntax | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_setColsColor', color<, attr>); |
Argument | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
color |
C | specifies a color | ||||||||
attr |
C | specifies a display attribute:
|
Example |
_setColsColor colors the columns area blue.
call notify('textview', '_set_cols_color_', 'blue');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.