Gtk.ClosureExpression – gtk4 Reference Manual
Packages
gtk4
Gtk
ClosureExpression
ClosureExpression
ClosureExpression
Object Hierarchy:
Description:
[
CCode
( type_id =
"gtk_closure_expression_get_type ()"
) ]
public
class
ClosureExpression
:
Expression
An expression using a custom `GClosure` to compute the value from its parameters.
Namespace:
Gtk
Package:
gtk4
Content:
Creation methods:
public
ClosureExpression
(
Type
value_type,
Closure
closure,
owned
Expression
[]? @params)
Creates a `GtkExpression` that calls `closure` when it is evaluated.
Inherited Members:
All known members inherited from class Gtk.Expression
@ref
bind
evaluate
get_value_type
is_static
unref
watch