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.

Available since:1.0

Hierarchy

hierarchy this AdwEnumListModel implements_0 GListModel this--implements_0 ancestor_0 GObject ancestor_0--this

Ancestors

Implements

Constructors

adw_enum_list_model_new

Creates a new AdwEnumListModel for enum_type.

Available since: 1.0

Instance methods

adw_enum_list_model_find_position

Finds the position of a given enum value in self.

Available since: 1.0

adw_enum_list_model_get_enum_type

Gets the type of the enum represented by self.

Available since: 1.0

Methods inherited from GObject (43)

Properties

Adw.EnumListModel:enum-type

The type of the enum represented by the model.

Available since: 1.0

Signals

Signals inherited from GObject (1)

Class structure

struct AdwEnumListModelClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.