Top | ![]() |
![]() |
![]() |
![]() |
#define | GTK_TYPE_SOURCE_TAG_STYLE |
GType | gtk_source_tag_style_get_type () |
GtkSourceTagStyle * | gtk_source_tag_style_new () |
GtkSourceTagStyle * | gtk_source_tag_style_copy () |
void | gtk_source_tag_style_free () |
GType
gtk_source_tag_style_get_type (void
);
Retrieves the GType object which is associated with the GtkSourceTagStyle class.
GtkSourceTagStyle *
gtk_source_tag_style_new (void
);
Creates a new tag style object.
GtkSourceTagStyle *
gtk_source_tag_style_copy (const GtkSourceTagStyle *style
);
Makes a copy of the given style
.
void
gtk_source_tag_style_free (GtkSourceTagStyle *style
);
Frees the resources allocated by the given style
.