Sets a property on the Gtk.Editable delegate for object.
This is a helper function that should be called in the set_property
function of your Gtk.Editable implementation, before handling your
own properties.
a property ID
value to set
the GObject.ParamSpec for the property
Overrides the Gtk.Editable properties for class.
This is a helper function that should be called in class_init, after installing your own properties.
Note that your class must have "text", "cursor-position", "selection-bound", "editable", "width-chars", "max-width-chars", "xalign" and "enable-undo" properties for this function to work.
To handle the properties in your set_property and get_property
functions, you can either use Gtk.Editable.delegate_set_property
and Gtk.Editable.delegate_get_property (if you are using
a delegate), or remember the first_prop offset and add it to the
values in the Gtk.EditableProperties enumeration to get the
property IDs for these properties.
Gets a property of the Gtk.Editable delegate for
object.This is helper function that should be called in the
get_propertyfunction of your Gtk.Editable implementation, before handling your own properties.