GimpUi.BrushSelectButton

const GimpUi = imports.gi.GimpUi;

let brushSelectButton = new GimpUi.BrushSelectButton({
    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