Class
GtkSourceStyle
Description [src]
final class GtkSource.Style : GObject.Object
{
/* No available fields */
}
Represents a style.
The GtkSourceStyle
structure is used to describe text attributes
which are set when given style is used.
Instance methods
gtk_source_style_apply
This function modifies the GtkTextTag
properties that are related to the
GtkSourceStyle
properties. Other GtkTextTag
properties are left untouched.
gtk_source_style_copy
Creates a copy of style
, that is a new GtkSourceStyle
instance which
has the same attributes set.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.