GimpUi »

GimpUi.LabelStringWidget

from gi.repository import GimpUi

label_string_widget = GimpUi.LabelStringWidget(value=value, widget=value)
  

This widget is a subclass of GimpUi.Labeled.

Hierarchy

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

Methods

  • GimpUi.LabelStringWidget.get_widget

Properties

  • value
  • widget

Signals

  • value-changed

More Information

  • GimpUi