GimpUi.IntRadioFrame

const GimpUi = imports.gi.GimpUi;

let intRadioFrame = new GimpUi.IntRadioFrame({
});
  

A widget providing a frame with title, containing grouped radio buttons, each associated with an integer value and random user data.

Hierarchy

  • GObject.Object
    • GObject.InitiallyUnowned
      • Gtk.Widget
        • Gtk.Container
          • Gtk.Bin
            • Gtk.Frame
              • GimpUi.Frame
                • GimpUi.IntRadioFrame