CClosureExpression

A variant of gtk.closure_expression.ClosureExpression using a C closure.

class CClosureExpression : Expression {}

Inherited Members

From Expression

bind
gtk.expression_watch.ExpressionWatch bind(gobject.object.ObjectG target, string property, gobject.object.ObjectG this_)

Bind target's property named property to self.

evaluate
bool evaluate(gobject.object.ObjectG this_, gobject.value.Value value)

Evaluates the given expression and on success stores the result in value.

getValueType
gobject.types.GType getValueType()

Gets the gobject.types.TYPE_FLAG_RESERVED_ID_BIT that this expression evaluates to.

isStatic
bool isStatic()

Checks if the expression is static.

watch
gtk.expression_watch.ExpressionWatch watch(gobject.object.ObjectG this_, gtk.types.ExpressionNotify notify)

Watch the given expression for changes.