Class

GtkSourceStyleSchemeChooserButton

Description

class GtkSource.StyleSchemeChooserButton : Gtk.Button {
  parent_instance: GtkButton
}

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 GtkSourceStyleSchemeChooserWidget is used to provide a dialog for selecting style schemes.

Ancestors

  • GtkButton
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

Constructors

gtk_source_style_scheme_chooser_button_new

Creates a new GtkSourceStyleSchemeChooserButton.

Class structure

struct GtkSourceStyleSchemeChooserButtonClass {
  GtkButtonClass parent;
  
}
Class members
parent
GtkButtonClass
  No description available.