GimpUi.LabelSpin

from gi.repository import GimpUi

label_spin = GimpUi.LabelSpin(digits=value, lower=value, upper=value, value=value)
  

This widget is a subclass of GimpUi.Labeled with a GimpUi.SpinButton.

Hierarchy

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