GimpUi.GradientSelectButton

const GimpUi = imports.gi.GimpUi;

let gradientSelectButton = new GimpUi.GradientSelectButton({
    title: value,
});
  

A button which pops up a gradient select dialog.

Hierarchy

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