Class StyleSchemeChooserWidget

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

@Generated("org.javagi.JavaGI") public class StyleSchemeChooserWidget extends Widget implements Accessible, Buildable, ConstraintTarget, StyleSchemeChooser

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 StyleSchemeChooser.setStyleScheme(StyleScheme). To get the selected style scheme use StyleSchemeChooser.getStyleScheme().

  • Constructor Details

    • StyleSchemeChooserWidget

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

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