![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
Text selection data. More...
#include <FXText.h>
Public Attributes | |
| FXint | startpos |
| FXint | endpos |
| Start of selection (begin of first line if block-select) | |
| FXint | startcol |
| End of selection (start of line past last if block-select) | |
| FXint | endcol |
| Start column, if block-select (actually, indent) | |
Text selection data.
A range-selection is in effect when startpos<endpos, while a block-select is in effect when startcol<endcol additionally.
|
|