GtkSource.StyleSchemeChooserButton¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Button (16), Gtk.Widget (181), GObject.Object (37), Gtk.Accessible (15), Gtk.Buildable (1), Gtk.Actionable (5), GtkSource.StyleSchemeChooser (2)
- Structs:
class |
|
Virtual Methods¶
Properties¶
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class GtkSource.StyleSchemeChooserButton(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A button to launch a style scheme selection dialog.
The
GtkSourceStyleSchemeChooserButton
is a button which displays the currently selected style scheme and allows to open a style scheme selection dialog to change the style scheme. It is suitable widget for selecting a style scheme in a preference dialog.In
GtkSourceStyleSchemeChooserButton
, a [class`StyleSchemeChooserWidget`] is used to provide a dialog for selecting style schemes.- classmethod new()¶
- Returns:
- Return type:
Creates a new
GtkSource.StyleSchemeChooserButton
.