Package: gtk
Function gtk:constant-expression-new
Lambda Listgtk:constant-expression-new (gtype value) ArgumentsReturn ValueThe new gtk:expression instance. Details
Creates an expression that evaluates to the object given by the arguments. Examples
(let ((expr (gtk:constant-expression-new "gint" 100)))
(prog1
(g:value-int (gtk:constant-expression-value expr))
(gtk:expression-unref expr)))
=> 100 | See also |
2025-07-25