GimpUi.LabelEntry

const GimpUi = imports.gi.GimpUi;

let labelEntry = new GimpUi.LabelEntry({
});
  

This widget is a subclass of GimpUi.Labeled with a Gtk.Entry.

Hierarchy

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