From f627b0b50b5dd1f03f77986a87db0999b2da7d33 Mon Sep 17 00:00:00 2001
From: nyamatongwe On GTK+, the following functions create a Scintilla widget, communicate with it and allow
resources to be released after all Scintilla widgets hace been destroyed.
@@ -5091,7 +5091,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next
Create a new Scintilla widget. The returned pointer can be added to a container and displayed in the same way as other
widgets.
-
+
void scintilla_set_id(ScintillaObject *sci, int id)
+
void scintilla_set_id(ScintillaObject *sci, uptr_t id)
Set the control ID which will be used in the idFrom field of the NotifyHeader structure of all
notifications for this instance. When an application creates multiple Scintilla widgets, this allows
the source of each notification to be found. The value should be small, preferrably less than 16 bits,
--
cgit v1.2.3