Package org.gnome.gtksourceview
Interface StyleSchemeChooser
- All Superinterfaces:
Proxy
- All Known Implementing Classes:
StyleSchemeChooser.StyleSchemeChooser$Impl,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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceStyleSchemeChooser.Builder<B extends Builder<B>>static classThe StyleSchemeChooser$Impl type represents a native instance of the StyleSchemeChooser interface.static class -
Method Summary
Modifier and TypeMethodDescriptiondefault StyleSchemeGets the currently-selected scheme.static @Nullable TypegetType()Get the GType of the StyleSchemeChooser classdefault voidsetStyleScheme(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
-