GtkSource.StyleSchemeChooser¶
- Implementations:
 GtkSource.StyleSchemeChooserButton,GtkSource.StyleSchemeChooserWidget
Methods¶
  | 
Virtual Methods¶
  | 
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w  | 
Current style scheme  | 
Signals¶
None
Fields¶
None
Class Details¶
- class GtkSource.StyleSchemeChooser¶
 - Bases:
 - Structure:
 
- get_style_scheme()¶
 - Returns:
 the currently-selected scheme.
- Return type:
 
Gets the currently-selected scheme.
New in version 3.16.
- set_style_scheme(scheme)¶
 - Parameters:
 scheme (
GtkSource.StyleScheme) – aGtkSource.StyleScheme
Sets the scheme.
New in version 3.16.
- do_get_style_scheme() virtual¶
 - Returns:
 the currently-selected scheme.
- Return type:
 
Gets the currently-selected scheme.
New in version 3.16.
- do_set_style_scheme(scheme) virtual¶
 - Parameters:
 scheme (
GtkSource.StyleScheme) – aGtkSource.StyleScheme
Sets the scheme.
New in version 3.16.
Property Details¶
- GtkSource.StyleSchemeChooser.props.style_scheme¶
 - Name:
 style-scheme- Type:
 - Default Value:
 - Flags:
 
The
:style-schemeproperty contains the currently selected style scheme. The property can be set to change the current selection programmatically.New in version 3.16.