Package: gtk
Function gtk:expression-watch
Lambda Listgtk:expression-watch (expression object func) ArgumentsReturn ValueThe newly installed gtk:expression-watch instance. Note that
the only reference held to the watch will be released when the watch is
unwatched which can happen automatically, and not just via the gtk:expression-watch-unwatch function. Details
Installs a watch for the given expression that calls the notify function whenever the evaluation of expression may have changed.
GTK cannot guarantee that the evaluation did indeed change when the notify
gets invoked, but it guarantees the opposite: When it did in fact change,
the notify will be invoked. | See also |
2024-11-29