adw.enum_list_item

Module for [EnumListItem] class

Types 3

[adw.enum_list_item.EnumListItem] is the type of items in a class@EnumListModel.

Methods
GType _gType() @property
EnumListItem self()Returns `this`, for use in `with` statements.
EnumListItemGidBuilder builder()Get builder for [adw.enumlistitem.EnumListItem] Returns: New builder object
string name() @propertyGet `name` property. Returns: The enum value name.
string nick() @propertyGet `nick` property. Returns: The enum value nick.
int value() @propertyGet `value` property. Returns: The enum value.
string getName()Gets the enum value name. Returns: the enum value name
string getNick()Gets the enum value nick. Returns: the enum value nick
int getValue()Gets the enum value. Returns: the enum value
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [adw.enum_list_item.EnumListItem]