Interface

GtkSource-5GtkSourceStyleSchemeChooserInterface

Interface for implementing StyleSchemeChooser. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_get_style_scheme(): GtkSource.StyleScheme;
    vfunc_set_style_scheme(scheme: GtkSource.StyleScheme): void;
}

Hierarchy (View Summary)

Index

Methods