From 9b2bb2836d00919aa6ac0bb295772ff4cde35d16 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 30 Sep 2013 16:41:55 +1000 Subject: Added specific type to make it easier to understand. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index faf438753..77473da7c 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -6442,7 +6442,7 @@ implemented and thus which methods may be called.

Notifications are sent using the WM_NOTIFY message on Windows.

On GTK+, the "sci-notify" signal is sent and the signal handler should have the signature - handler(GtkWidget *, gint, gpointer notification, gpointer userData).

+ handler(GtkWidget *, gint, SCNotification *notification, gpointer userData).

On Cocoa, a delegate implementing the ScintillaNotificationProtocol may be set to receive notifications or the ScintillaView class may be subclassed and the notification: method overridden. Overriding notification: allows the -- cgit v1.2.3