GimpUi »

GimpUi.LabelEntry

from gi.repository import GimpUi

label_entry = GimpUi.LabelEntry(value=value)
  

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

Methods

  • GimpUi.LabelEntry.get_entry
  • GimpUi.LabelEntry.get_value
  • GimpUi.LabelEntry.set_value

Properties

  • value

Signals

  • value-changed

More Information

  • GimpUi