gtksource.style_scheme_chooser

Module for [StyleSchemeChooser] interface

Types 2

Interface implemented by widgets for choosing style schemes.

[gtksource.style_scheme_chooser.StyleSchemeChooser] is an interface that is implemented by widgets for choosing style schemes.

In GtkSourceView, the main widgets that implement this interface are class@StyleSchemeChooserWidget and class@StyleSchemeChooserButton.

Methods
gtksource.style_scheme.StyleScheme styleScheme() @propertyGet `styleScheme` property. Returns: Contains the currently selected style scheme.
void styleScheme(gtksource.style_scheme.StyleScheme propval) @propertySet `styleScheme` property. Params: propval = Contains the currently selected style scheme.
gtksource.style_scheme.StyleScheme getStyleScheme()Gets the currently-selected scheme. Returns: the currently-selected scheme.
Methods
T styleScheme(gtksource.style_scheme.StyleScheme propval)Set `styleScheme` property. Params: propval = Contains the currently selected style scheme.