GimpUi.LabelIntWidget¶
- Subclasses:
 None
Methods¶
- Inherited:
 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  | 
  | 
  | 
Virtual Methods¶
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w  | 
Current value  | 
||
r/w/co  | 
Integer widget  | 
Child Properties¶
- Inherited:
 
Style Properties¶
- Inherited:
 
Signals¶
- Inherited:
 GimpUi.Labeled (1), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Name  | 
Short Description  | 
|---|---|
Fields¶
- Inherited:
 GimpUi.Labeled (1), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Class Details¶
- class GimpUi.LabelIntWidget(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
This widget is a subclass of
GimpUi.Labeled.- classmethod new(text, widget)¶
 - Parameters:
 widget (
Gtk.Widget) – TheGtk.Widgetto use.
- Returns:
 The new
GimpUi.LabelIntWidgetwidget.- Return type:
 
Creates a new
GimpUi.LabelIntWidgetwhose “value” property is bound to that of widget (which must therefore have such an integer property).
- get_widget()¶
 - Returns:
 The new
Gtk.Widgetpacked next to the label.- Return type:
 
Signal Details¶
- GimpUi.LabelIntWidget.signals.value_changed(label_int_widget)¶
 - Signal Name:
 value-changed- Flags:
 - Parameters:
 label_int_widget (
GimpUi.LabelIntWidget) – The object which received the signal
Property Details¶
- GimpUi.LabelIntWidget.props.value¶
 - 
The currently set value.
New in version 3.0.
 
- GimpUi.LabelIntWidget.props.widget¶
 - Name:
 widget- Type:
 - Default Value:
 - Flags:
 
The widget holding an integer value.
New in version 3.0.