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>

List of all members.

Public Attributes

FXint pos
FXint ndel
FXint nins
FXcharins
FXchardel


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.

Member Data Documentation

Position in buffer.

Number characters deleted at position.

Number characters inserted at position.

Text inserted at position.

Copyright © 1997-2005 Jeroen van der Zijp