Handy.EnumValueObject¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Handy.EnumValueObject(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An object representing an [struct`GObject`.EnumValue].
The
HdyEnumValueObject
object represents a [struct`GObject`.EnumValue], allowing it to be used with [iface`Gio`.ListModel].New in version 1.0.
- classmethod new(enum_value)¶
- Parameters:
enum_value (
GObject.EnumValue
) –- Returns:
the newly created
HdyEnumValueObject
- Return type:
Creates a new
HdyEnumValueObject
.New in version 1.0.