gtk.object_expression

Module for [ObjectExpression] class

Types 1

A [gobject.object.ObjectWrap] value in a [gtk.expression.Expression].

Methods
gobject.object.ObjectWrap getObject()Gets the object that the expression evaluates to. Returns: the object, or `NULL`
Constructors
this(void * ptr, Flag!"Take" take)
this(gobject.object.ObjectWrap object)Creates an expression evaluating to the given `object` with a weak reference.