EnumListItem
-
class EnumListItem(**properties: Any)
Superclasses: Object
AdwEnumListItem
is the type of items in a EnumListModel
.
Methods
-
class EnumListItem
-
get_name() → str
Gets the enum value name.
-
get_nick() → str
Gets the enum value nick.
-
get_value() → int
Gets the enum value.
Properties
-
class EnumListItem
-
props.name: str
The type of the None singleton.
-
props.nick: str
The type of the None singleton.
-
props.value: int
The type of the None singleton.