TextAttributes
Object Hierarchy:
Description:
[ CCode ( ref_function = "gtk_text_attributes_ref" , type_id = "gtk_text_attributes_get_type ()" , unref_function = "gtk_text_attributes_unref" ) ]
[ Compact ]
public class TextAttributes
Using TextAttributes directly should rarely be necessary.
It’s primarily useful with get_attributes. As with most GTK+ structs,
the fields in this struct should only be read, never modified directly.
Content:
Creation methods:
Methods:
- public unowned TextAttributes @ref ()
Increments the reference count on this
.
- public TextAttributes copy ()
Copies this and returns a new
TextAttributes.
- public void copy_values (TextAttributes dest)
Copies the values from this to
dest
so that dest
has the same values as this.
- public void unref ()
Decrements the reference count on this
, freeing the structure if the reference count reaches 0.
Fields: