GimpUi.ColorScaleEntry

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable Gtk.Orientable Gtk.Orientable GObject.GInterface->Gtk.Orientable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned GimpUi.ColorScaleEntry GimpUi.ColorScaleEntry GimpUi.LabelSpin GimpUi.LabelSpin GimpUi.ScaleEntry GimpUi.ScaleEntry GimpUi.LabelSpin->GimpUi.ScaleEntry GimpUi.Labeled GimpUi.Labeled GimpUi.Labeled->GimpUi.LabelSpin GimpUi.ScaleEntry->GimpUi.ColorScaleEntry Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Grid Gtk.Grid Gtk.Container->Gtk.Grid Gtk.Grid->GimpUi.Labeled Gtk.Orientable->Gtk.Grid Gtk.Widget->Gtk.Container

Subclasses:

None

Methods

Inherited:

GimpUi.ScaleEntry (5), GimpUi.LabelSpin (6), GimpUi.Labeled (3), Gtk.Grid (21), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)

Structs:

Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)

class

new (text, value, lower, upper, digits)

Virtual Methods

Inherited:

GimpUi.LabelSpin (1), GimpUi.Labeled (1), Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

GimpUi.LabelSpin (4), GimpUi.Labeled (1), Gtk.Grid (5), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)

Child Properties

Inherited:

Gtk.Grid (4)

Style Properties

Inherited:

Gtk.Widget (17)

Signals

Inherited:

GimpUi.LabelSpin (1), GimpUi.Labeled (1), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Fields

Inherited:

GimpUi.LabelSpin (1), GimpUi.Labeled (1), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Class Details

class GimpUi.ColorScaleEntry(**kwargs)
Bases:

GimpUi.ScaleEntry

Abstract:

No

Structure:

GimpUi.ColorScaleEntryClass

This widget is a subclass of GimpUi.ScaleEntry showing a GimpUi.ColorScale instead of a Gtk.Scale.

classmethod new(text, value, lower, upper, digits)
Parameters:
  • text (str) – The text for the Gtk.Label.

  • value (float) – The initial value.

  • lower (float) – The lower boundary.

  • upper (float) – The upper boundary.

  • digits (int) – The number of decimal digits.

Returns:

The new GimpUi.ColorScale widget.

Return type:

Gtk.Widget