Sets our main struct and passes it to the parent class.
Creates a gtk.TextAttributes, which describes a set of properties on some text.
A destructor is present on this object, but not explicitly documented in the source.
Copies src and returns a new gtk.TextAttributes
Copies the values from src to dest so that dest has the same values as src. Frees existing values in dest.
the main Gtk struct as a void*
Get the main Gtk struct
Increments the reference count on values.
Decrements the reference count on values, freeing the structure if the reference count reaches 0.
the main Gtk struct
Using gtk.TextAttributes directly should rarely be necessary. It’s primarily useful with TextIter.getAttributes. As with most GTK+ structs, the fields in this struct should only be read, never modified directly.