Class Fox::FXTextChange
In: rdoc-sources/FXText.rb
Parent: Object

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.

Attributes

del  [RW]  Text deleted at pos [String]
ins  [RW]  Text inserted at pos [String]
ndel  [RW]  Number of characters deleted at pos [Integer]
nins  [RW]  Number of characters inserted at pos [Integer]
pos  [RW]  Position in buffer [Integer]

[Validate]