Class
AdwEnumListModel
Description [src]
final class Adw.EnumListModel : GObject.Object {
/* No available fields */
}
A GListModel
representing values of a given enum.
AdwEnumListModel
contains objects of type AdwEnumListItem
.
Constructors
adw_enum_list_model_new
Creates a new AdwEnumListModel
for enum_type
.
Instance methods
adw_enum_list_model_find_position
Finds the position of a given enum value in self
.
adw_enum_list_model_get_enum_type
Gets the type of the enum represented by self
.
Properties
Adw.EnumListModel:enum-type
The type of the enum represented by the model.