diff options
| author | nyamatongwe <nyamatongwe@gmail.com> | 2013-09-30 16:34:40 +1000 |
|---|---|---|
| committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-09-30 16:34:40 +1000 |
| commit | deb3e4c0f34a483a3cb5daa3009da5cdead45e6a (patch) | |
| tree | 8450d6039a31ea824e0e4eeca03f8e6d669ae2a2 /doc/ScintillaDoc.html | |
| parent | 973d219c3051089dd2ccab7785dc7b8ac9334105 (diff) | |
| download | scintilla-mirror-deb3e4c0f34a483a3cb5daa3009da5cdead45e6a.tar.gz | |
Removed command: method from ScintillaNotificationProtocol as all events can now be
received through the notification: method.
Diffstat (limited to 'doc/ScintillaDoc.html')
| -rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 031fc0f72..faf438753 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -6542,8 +6542,6 @@ struct SCNotification { 16 bits of the control's ID is passed in these notifications.</p> <p>On GTK+, the "command" signal is sent and the signal handler should have the signature <code>handler(GtkWidget *, gint wParam, gpointer lParam, gpointer userData)</code>.</p> - <p>On Cocoa, a delegate implementing the - <code>ScintillaNotificationProtocol</code> with a <code>command:idFrom:</code> method may be set.</p> <code><a class="message" href="#SCEN_CHANGE">SCEN_CHANGE</a><br /> <a class="message" href="#SCEN_SETFOCUS">SCEN_SETFOCUS</a><br /> <a class="message" href="#SCEN_KILLFOCUS">SCEN_KILLFOCUS</a><br /> |
