atk.property_values

Module for [PropertyValues] class

Types 1

Note

@old_value field of #AtkPropertyValues will not contain a

valid value. This is a field defined with the purpose of contain the previous value of the property, but is not used anymore.

Fields
Methods
void * _cPtr()
string propertyName() @propertyGet `propertyName` field. Returns: The name of the ATK property which has changed.
void propertyName(string propval) @propertySet `propertyName` field. Params: propval = The name of the ATK property which has changed.
gobject.value.Value oldValue() @propertyGet `oldValue` field. Returns: NULL. This field is not used anymore.
gobject.value.Value newValue() @propertyGet `newValue` field. Returns: The new value of the named property.
Constructors
this(void * ptr, Flag!"Take" take)