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

FX::FXTextChange Struct Reference

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. More...

#include <FXText.h>

Public Attributes

FXint pos
 
FXint ndel
 Position in buffer.
 
FXint nins
 Number characters deleted at position.
 
const FXchar * del
 Number characters inserted at position.
 
const FXchar * ins
 Text deleted at position.
 

Detailed Description

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.


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

Copyright © 1997-2022 Jeroen van der Zijp