GEOS SDK TechDocs
|
|
5.4 Text Filters
|
5.6 Setting Text Confines
VisTextKeyFunction, MSG_VIS_TEXT_DO_KEY_FUNCTION
The VisText object is able to recognize certain generic functions that operate on text. Most of these functions are initiated through a key sequence entered by the user, but you can mimic such a key sequence by sending the text object MSG_VIS_TEXT_DO_KEY_FUNCTION, passing it a
VisTextKeyFunction
.
The following
VisTextKeyFunction
values are recognized by the text object:
void MSG_VIS_TEXT_DO_KEY_FUNCTION
VisTextKeyFunction func,
word data);
This message allows the text object to mimic certain text operations that normally are the result of user keystrokes.
Note: the
VisTextKeyFunction
types VTKF_SELECT_LINE, VTKF_SELECT_PARAGRAPH, and VTKF_SELECT_OBJECT will be supported in an upcoming release.
Source: Unrestricted.
Destination: Any text object
Parameters:
func
VisTextKeyFunction
to perform.
Interception: Generally not intercepted.
GEOS SDK TechDocs
|
|
5.4 Text Filters
|
5.6 Setting Text Confines