Top | ![]() |
![]() |
![]() |
![]() |
GtkSourceStyleSchemeChooserGtkSourceStyleSchemeChooser — Interface implemented by widgets for choosing style schemes |
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