FX::FXTextChange Struct Reference

#include <FXText.h>

List of all members.


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.

Public Attributes

FXint pos
FXint ndel
FXint nins
FXchar * ins
FXchar * del

Member Data Documentation

Position in buffer.

Number characters deleted at position.

Number characters inserted at position.

Text inserted at position.


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

(C) 2002-2008 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Jun 13 22:20:08 2008 for TnFOX by doxygen v1.5.6