Class
Gtk.ClosureExpression
Description [src]
final class Gtk.ClosureExpression : GObject.TypeInstance {
/* No available fields */
}
An expression using a custom GClosure
to compute the value from
its parameters.
Constructors
gtk_closure_expression_new
Creates a GtkExpression
that calls closure
when it is evaluated.
closure
is called with the this
object and the results of evaluating
the params
expressions.