GimpUi.EnumLabel¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Label (50), Gtk.Misc (4), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Gtk.Label (4), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/co |
The type of the displayed enum |
||
w/c |
The enum value to display |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GimpUi.EnumLabel(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A
Gtk.Labelsubclass that displays an enum value.- classmethod new(enum_type, value)¶
- Parameters:
enum_type (
GObject.GType) – theGObject.GTypeof an enumvalue (
int) – an enum value
- Returns:
a new
GimpUi.EnumLabel.- Return type:
New in version 2.4.
Property Details¶
- GimpUi.EnumLabel.props.enum_type¶
- Name:
enum-type- Type:
- Default Value:
<GType void>- Flags:
The
GObject.GTypeof the enum.New in version 2.8.