![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXText.h>
Public Attributes | |
FXint | pos |
FXint | ndel |
FXint | nins |
FXchar * | ins |
FXchar * | del |
Text mutation callback data passed with the SEL_INSERTED, SEL_REPLACED, and SEL_DELETED messages; both old and new text is available on behalf of the undo system as well as syntax highlighting.
FXint FX::FXTextChange::pos |
FXint FX::FXTextChange::ndel |
Position in buffer.
FXint FX::FXTextChange::nins |
Number characters deleted at position.
FXchar* FX::FXTextChange::ins |
Number characters inserted at position.
FXchar* FX::FXTextChange::del |
Text inserted at position.
![]() |