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

Instance Method Details

#style_schemeGtkSource::StyleScheme

Gets the currently-selected scheme.

Returns:

#style_scheme=(scheme) ⇒ nil

Sets the scheme.

Parameters:

Returns:

  • (nil)