GimpUi.BrushChooser

const GimpUi = imports.gi.GimpUi;

let brushChooser = new GimpUi.BrushChooser();
  

A button which pops up a brush selection dialog.

Note that this widget draws itself using `GEGL` code. You **must** call [func@Gegl.init] first to be able to use this chooser.

Hierarchy

  • GObject.Object
    • GObject.InitiallyUnowned
      • Gtk.Widget
        • Gtk.Container
          • Gtk.Box
            • GimpUi.ResourceChooser
              • GimpUi.BrushChooser