GimpUi »

GimpUi.SelectButton

from gi.repository import GimpUi

select_button = GimpUi.SelectButton()
  

The base class of the brush, pattern, gradient, palette and font select buttons.

Hierarchy

  • GObject.Object
    • GObject.InitiallyUnowned
      • Gtk.Widget
        • Gtk.Container
          • Gtk.Box
            • GimpUi.SelectButton

Methods

  • GimpUi.SelectButton.close_popup

Fields

  • GimpUi.SelectButton->parent_instance
  • GimpUi.SelectButton->priv
  • GimpUi.SelectButton->temp_callback

More Information

  • GimpUi