Interface StyleSchemeChooser

All Superinterfaces:
Proxy
All Known Implementing Classes:
StyleSchemeChooser.StyleSchemeChooser$Impl, StyleSchemeChooserButton, StyleSchemeChooserWidget

@Generated("org.javagi.JavaGI") public interface StyleSchemeChooser extends Proxy

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.

  • Method Details

    • getType

      static @Nullable Type getType()
      Get the GType of the StyleSchemeChooser class.
      Returns:
      the GType
    • getStyleScheme

      default StyleScheme getStyleScheme()
      Gets the currently-selected scheme.
      Returns:
      the currently-selected scheme.
    • setStyleScheme

      default void setStyleScheme(StyleScheme scheme)
      Sets the scheme.
      Parameters:
      scheme - a GtkSourceStyleScheme