Package org.gnome.gtksourceview
Interface StyleSchemeChooser
- All Superinterfaces:
Proxy
- All Known Implementing Classes:
StyleSchemeChooser.StyleSchemeChooserImpl
,StyleSchemeChooserButton
,StyleSchemeChooserWidget
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
StyleSchemeChooserWidget
and StyleSchemeChooserButton
.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
StyleSchemeChooser.Builder<B extends Builder<B>>
static class
The StyleSchemeChooserImpl type represents a native instance of the StyleSchemeChooser interface.static class
-
Method Summary
Modifier and TypeMethodDescriptiondefault StyleScheme
Gets the currently-selected scheme.static Type
getType()
Get the GType of the StyleSchemeChooser classdefault void
setStyleScheme
(StyleScheme scheme) Sets the scheme.
-
Method Details
-
getType
-
getStyleScheme
Gets the currently-selected scheme.- Returns:
- the currently-selected scheme.
-
setStyleScheme
Sets the scheme.- Parameters:
scheme
- aGtkSourceStyleScheme
-