Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX::FXTextSelection Struct Reference

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)
 

Detailed Description

Text selection data.

A range-selection is in effect when startpos<endpos, while a block-select is in effect when startcol<endcol additionally.


The documentation for this struct was generated from the following file:

Copyright © 1997-2022 Jeroen van der Zijp