From 655f651be742ab7ea6d6dab73dd97eb5e521f7ae 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