gtk.property_expression

Module for PropertyExpression class

Types 1

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.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.