Chapter Contents

Previous

Next
Catalog Entry Model: _setSourceColor

Catalog Entry Model: _setSourceColor



Assigns color and optionally the display attribute to of source lines when displaying a LOG catalog entry


Syntax
Example

Syntax

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

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



Example

In this example, _setSourceColor sets the source text color to brown and then back to the SASCOLOR source color.

call notify('textview',
           '_set_source_color_', 'brown');
call notify('textview',
           '_set_source_color_', 'source');


Chapter Contents

Previous

Next

Top of Page

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