Method
GtkSourceStyleapply
Declaration [src]
void
gtk_source_style_apply (
  const GtkSourceStyle* style,
  GtkTextTag* tag
)
Description [src]
This function modifies the GtkTextTag properties that are related to the
GtkSourceStyle properties. Other GtkTextTag properties are left untouched.
If style is non-NULL, applies style to tag.
If style is NULL, the related *-set properties of GtkTextTag are set to
FALSE.
Parameters
- style
- 
            Type: GtkSourceStyleA GtkSourceStyleto apply, orNULL.The argument can be NULL.
- tag
- 
            Type: GtkTextTagA GtkTextTagto apply styles to.The data is owned by the caller of the method.