gtksource.style_scheme_chooser

Module for [StyleSchemeChooser] interface

Types 2

Methods
GType _getGType() static nothrow
gtksource.style_scheme.StyleScheme styleScheme() @property nothrow;Get `styleScheme` property. Returns: The :style-scheme property contains the currently selected style scheme. The property can be set to change the current selection programmatically.
void styleScheme(gtksource.style_scheme.StyleScheme propval) @property nothrow;Set `styleScheme` property. Params: propval = The :style-scheme property contains the currently selected style scheme. The property can be set to change the current selection programmatically.
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) nothrow;Set `styleScheme` property. Params: propval = The :style-scheme property contains the currently selected style scheme. The property can be set to change the current selection programmatically. Retu...