GimpUi.Labeled

from gi.repository import GimpUi

labeled = GimpUi.Labeled(label=value)
  

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