Class StyleSchemeChooserButton

All Implemented Interfaces:
Accessible, Actionable, Buildable, ConstraintTarget, StyleSchemeChooser, Proxy

@Generated("org.javagi.JavaGI") public class StyleSchemeChooserButton extends Button implements Accessible, Actionable, Buildable, ConstraintTarget, StyleSchemeChooser

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

  • Constructor Details

    • StyleSchemeChooserButton

      public StyleSchemeChooserButton(MemorySegment address)
      Create a StyleSchemeChooserButton instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
    • StyleSchemeChooserButton

      public StyleSchemeChooserButton()
      Create a new StyleSchemeChooserButton.
  • Method Details