gtk.property_expression
Module for [PropertyExpression] class
class PropertyExpression
Types 1
A [gobject.object.ObjectWrap] property value in a [gtk.expression.Expression].
Methods
gtk.property_expression.PropertyExpression newForPspec(gtk.expression.Expression expression, gobject.param_spec.ParamSpec pspec)Creates an expression that looks up a property.gtk.expression.Expression getExpression()Gets the expression specifying the object of a property expression. Returns: the object expressiongobject.param_spec.ParamSpec getPspec()Gets the [gobject.paramspec.ParamSpec] specifying the property of a property expression. Returns: the [gobject.paramspec.ParamSpec] for the propertyConstructors
this(gobject.types.GType thisType, gtk.expression.Expression expression, string propertyName)Creates an expression that looks up a property.