gtk.property_expression

Module for [PropertyExpression] class

Types 1

Methods
gtk.property_expression.PropertyExpression newForPspec(gtk.expression.Expression expression, gobject.param_spec.ParamSpec pspec) static nothrowCreates an expression that looks up a property.
gtk.expression.Expression getExpression() nothrowGets the expression specifying the object of a property expression. Returns: the object expression
gobject.param_spec.ParamSpec getPspec() nothrowGets the [gobject.param_spec.ParamSpec] specifying the property of a property expression. Returns: the [gobject.param_spec.ParamSpec] for the property
Constructors
this(void * ptr, Flag!"Take" take)
this(gobject.types.GType thisType, gtk.expression.Expression expression, string propertyName)Creates an expression that looks up a property.