GimpUi.BrushSelectButton

from gi.repository import GimpUi

brush_select_button = GimpUi.BrushSelectButton(brush_name=value, brush_opacity=value, brush_paint_mode=value, brush_spacing=value, title=value)
  

A button that pops up a brush selection dialog.

Hierarchy

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