GimpUi.LabelStringWidget¶
- 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 |
String 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.LabelStringWidget(**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.LabelStringWidgetwidget.- Return type:
Creates a new
GimpUi.LabelStringWidgetwhose “value” property is bound to that of widget (which must therefore have such a string property).
- get_widget()¶
- Returns:
The new
Gtk.Widgetpacked next to the label.- Return type:
Signal Details¶
- GimpUi.LabelStringWidget.signals.value_changed(label_string_widget)¶
- Signal Name:
value-changed- Flags:
- Parameters:
label_string_widget (
GimpUi.LabelStringWidget) – The object which received the signal
Property Details¶
- GimpUi.LabelStringWidget.props.value¶
-
The currently set value.
New in version 3.0.
- GimpUi.LabelStringWidget.props.widget¶
- Name:
widget- Type:
- Default Value:
- Flags:
The widget holding a string property named “value”.
New in version 3.0.