Class
AdwEnumListItem
Description [src]
final class Adw.EnumListItem : GObject.Object {
/* No available fields */
}
AdwEnumListItem
is the type of items in a AdwEnumListModel
.
Instance methods
adw_enum_list_item_get_name
Gets the enum value name.
adw_enum_list_item_get_nick
Gets the enum value nick.
adw_enum_list_item_get_value
Gets the enum value.
Properties
Adw.EnumListItem:name
The enum value name.
Adw.EnumListItem:nick
The enum value nick.
Adw.EnumListItem:value
The enum value.
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.