Top |
GtkSourceStyleSchemeChooserGtkSourceStyleSchemeChooser — Interface implemented by widgets for choosing style schemes |
GtkSourceStyleSchemeChooser is implemented by GtkSourceStyleSchemeChooserButton and GtkSourceStyleSchemeChooserWidget.
GtkSourceStyleSchemeChooser is an interface that is implemented by widgets for choosing style schemes.
In GtkSourceView, the main widgets that implement this interface are GtkSourceStyleSchemeChooserWidget and GtkSourceStyleSchemeChooserButton.
GtkSourceStyleScheme *
gtk_source_style_scheme_chooser_get_style_scheme
(GtkSourceStyleSchemeChooser *chooser
);
Gets the currently-selected scheme.
Since: 3.16
void gtk_source_style_scheme_chooser_set_style_scheme (GtkSourceStyleSchemeChooser *chooser
,GtkSourceStyleScheme *scheme
);
Sets the scheme.
Since: 3.16
“style-scheme”
property“style-scheme” GtkSourceStyleScheme *
The :style-scheme property contains the currently selected style scheme. The property can be set to change the current selection programmatically.
Owner: GtkSourceStyleSchemeChooser
Flags: Read / Write
Since: 3.16