GtkSource.StyleSchemeChooserWidget¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Widget (183), GObject.Object (37), Gtk.Accessible (17), Gtk.Buildable (1), GtkSource.StyleSchemeChooser (2)
- Structs:
class |
|
Virtual Methods¶
Properties¶
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class GtkSource.StyleSchemeChooserWidget(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A widget for choosing style schemes.
The
GtkSourceStyleSchemeChooserWidget
widget lets the user select a style scheme. By default, the chooser presents a predefined list of style schemes.To change the initially selected style scheme, use [method`StyleSchemeChooser`.set_style_scheme]. To get the selected style scheme use [method`StyleSchemeChooser`.get_style_scheme].
- classmethod new()¶
- Returns:
- Return type:
Creates a new
GtkSource.StyleSchemeChooserWidget
.