From 9b2bb2836d00919aa6ac0bb295772ff4cde35d16 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