adw.enum_list_item

Module for [EnumListItem] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
EnumListItem self() nothrowReturns `this`, for use in `with` statements.
EnumListItemGidBuilder builder() static nothrowGet builder for [adw.enum_list_item.EnumListItem] Returns: New builder object
string name() @property nothrowGet `name` property. Returns: The enum value name.
string nick() @property nothrowGet `nick` property. Returns: The enum value nick.
int value() @property nothrowGet `value` property. Returns: The enum value.
string getName() nothrowGets the enum value name. Returns: the enum value name
string getNick() nothrowGets the enum value nick. Returns: the enum value nick
int getValue() nothrowGets the enum value. Returns: the enum value
Constructors
this(void * ptr, Flag!"Take" take)
Methods
EnumListItem build() nothrowCreate object from builder. Returns: New object