Package: gtk
Function gtk:expression-is-static
Lambda Listgtk:expression-is-static (expression) ArgumentsReturn ValueTrue if expression is static. Details
Checks if the expression is static.
A static expression will never change its result when the gtk:expression-evaluate function is called on it with the same arguments. That means a call to the gtk:expression-watch function is
not necessary because it will never trigger a notify. | See also |
2025-3-14