gtk.property_expression

Module for [PropertyExpression] class

Types 1

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

Methods
gtk.expression.Expression getExpression()Gets the expression specifying the object of a property expression. Returns: the object expression
gobject.param_spec.ParamSpec getPspec()Gets the [gobject.paramspec.ParamSpec] specifying the property of a property expression. Returns: the [gobject.paramspec.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.