GimpUi.Labeled

const GimpUi = imports.gi.GimpUi;

let labeled = new GimpUi.Labeled({
});
  

This widget is a Gtk.Grid showing a Gtk.Label used as mnemonic on another widget.

Hierarchy

  • GObject.Object
    • GObject.InitiallyUnowned
      • Gtk.Widget
        • Gtk.Container
          • Gtk.Grid
            • GimpUi.Labeled