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 | b5ebbef03278917f246e04c4077e180de168749c (patch) | |
tree | 75aeaf7ee2d1789debc7ae52f7afe8fb414d5911 /doc/ScintillaDoc.html | |
parent | 1da4efa50a5b989115292ea66befea52c73b8b2d (diff) | |
download | scintilla-mirror-b5ebbef03278917f246e04c4077e180de168749c.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 /> |