GimpUi.QueryStringCallback
function onQueryStringCallback(query_box: Gtk.Widget, string: String): void {
}
Note that you must not g_free() the passed string.
- query_box
The query box.
- string
The entered string.
function onQueryStringCallback(query_box: Gtk.Widget, string: String): void {
}
Note that you must not g_free() the passed string.
The query box.
The entered string.