Chapter Contents

Previous

Next
Text Viewer: _getClickArea

Text Viewer: _getClickArea



Returns information about which area in the viewer was clicked on


Syntax
Details
Example

Syntax

CALL NOTIFY (viewer-name, '_getClickArea', area);

Argument Type Description
area
C returns the viewer area where the click occurred:


'COLS' the column ruler


'NUMS' the line numbers


'TEXT' a line of text


'TEXT HEX1' the first hex line of a line of text


'TEXT HEX2' the second hex line of a line of text


'NUMS HEX1' the first hex line of a line number


'NUMS HEX2' the second hex line of a line number


Details

Some values can be returned only when the viewer displays that area or feature:


Example

If the user clicks in the line numbers area, _getClickArea returns the value 'NUMS' to the variable AREA:

call notify('textview', '_get_click_area_', area);


Chapter Contents

Previous

Next

Top of Page

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