StyleSchemeChooserT

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.

Members

Functions

getStyleScheme
gtksource.style_scheme.StyleScheme getStyleScheme()

Gets the currently-selected scheme.

setStyleScheme
void setStyleScheme(gtksource.style_scheme.StyleScheme scheme)

Sets the scheme.

Properties

styleScheme
gtksource.style_scheme.StyleScheme styleScheme [@property getter]

Get styleScheme property.

styleScheme
gtksource.style_scheme.StyleScheme styleScheme [@property setter]

Set styleScheme property.