StyleSchemeChooser

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 class@StyleSchemeChooserWidget and class@StyleSchemeChooserButton.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class StyleSchemeChooserImpl(val gtksourceStyleSchemeChooserPointer: <Error class: unknown class><<Error class: unknown class>>) : StyleSchemeChooser

The StyleSchemeChooserImpl type represents a native instance of the StyleSchemeChooser interface.

Properties

Link copied to clipboard
abstract val gtksourceStyleSchemeChooserPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard

Contains the currently selected style scheme.

Functions

Link copied to clipboard

Gets the currently-selected scheme.

Link copied to clipboard
open fun setStyleScheme(scheme: StyleScheme)

Sets the scheme.