Gtk.CClosureExpression – gtk4 Reference Manual
Packages
gtk4
Gtk
CClosureExpression
CClosureExpression
CClosureExpression
Object Hierarchy:
Description:
[
CCode
( type_id =
"gtk_cclosure_expression_get_type ()"
) ]
public
class
CClosureExpression
:
Expression
A variant of `GtkClosureExpression` using a C closure.
Namespace:
Gtk
Package:
gtk4
Content:
Creation methods:
public
CClosureExpression
(
Type
value_type,
ClosureMarshal
? marshal,
owned
Expression
[] @params,
Callback
callback_func,
void
* user_data,
ClosureNotify
? user_destroy)
Creates a `GtkExpression` that calls `callback_func` when it is evaluated.
Inherited Members:
All known members inherited from class Gtk.Expression
@ref
bind
evaluate
get_value_type
is_static
unref
watch