Creates a model for @enum_type and binds it to @self. The items of the model
will be #HdyEnumValueObject objects.
If @self was already bound to a model, that previous binding is destroyed.
The contents of @self are cleared and then filled with widgets that represent
items from @model. @self is updated whenever @model changes. If @model is
%NULL, @self is left empty.
This is more conventient to use than hdy_combo_row_bind_name_model() if you
want to represent values of an enumeration with names.
Creates a model for @enum_type and binds it to @self. The items of the model will be #HdyEnumValueObject objects.
If @self was already bound to a model, that previous binding is destroyed.
The contents of @self are cleared and then filled with widgets that represent items from @model. @self is updated whenever @model changes. If @model is %NULL, @self is left empty.
This is more conventient to use than hdy_combo_row_bind_name_model() if you want to represent values of an enumeration with names.
See hdy_enum_value_row_name().