From ad3a4043e2781ae4a21aea6d26be770938ea5f0e Mon Sep 17 00:00:00 2001
From: nyamatongwe
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