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) 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 expressiongobject.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 propertyConstructors
this(gobject.types.GType thisType, gtk.expression.Expression expression, string propertyName)Creates an expression that looks up a property.