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.

Events

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.

Methods

Public Class methods

Public Instance methods

Send a message (iMsg) to the Scintilla control, with optional wParam and lParam values. Note that in most cases, it will be easier to use one of the convenience methods defined in the ‘scintilla’ library module.

Set the identifier for this widget‘s embedded Scintilla component.

[Validate]