Module: GtkSource::StyleSchemeChooser
- Defined in:
- (unknown)
Overview
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 [classStyleSchemeChooserWidget] and [classStyleSchemeChooserButton].
Instance Method Summary collapse
-
#style_scheme ⇒ GtkSource::StyleScheme
Gets the currently-selected scheme.
-
#style_scheme=(scheme) ⇒ nil
Sets the scheme.
Instance Method Details
#style_scheme ⇒ GtkSource::StyleScheme
Gets the currently-selected scheme.
#style_scheme=(scheme) ⇒ nil
Sets the scheme.