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 gtksource.style_scheme_chooser_widget.StyleSchemeChooserWidget and gtksource.style_scheme_chooser_button.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.

Fluent builder implementation template for gtksource.style_scheme_chooser.StyleSchemeChooser

Methods
T styleScheme(gtksource.style_scheme.StyleScheme propval)Set `styleScheme` property. Params: propval = Contains the currently selected style scheme.