Class | Fox::FXScintilla |
In: |
rdoc-sources/FXScintilla.rb
|
Parent: | FXScrollArea |
FXScintilla is a FOX widget, developed by Gilles Filippini, that provides an interface to Neil Hodgson‘s Scintilla (www.scintilla.org) source code editing component. The Scintilla component is a very complicated beast, and for best results you should read the very fine documentation at www.scintilla.org/ScintillaDoc.html.
The following messages are sent by FXScintilla to its target:
SEL_COMMAND: | sent when the Scintilla component calls NotifyParent to signal some event. The message data is an SCNotification instance. |
SEL_CHANGED: | sent when the Scintilla component calls NotifyChange to signal some event. |
SEL_RIGHTBUTTONPRESS: | sent when the right mouse button goes down; the message data is an FXEvent instance. |
Return an initialized FXScintilla instance.