ItemListModelFlags
Description:
[ CCode ( cprefix = "XFCE_ITEM_LIST_MODEL_" , type_id = "xfce_item_list_model_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "4.21.3" ) ]
public enum ItemListModelFlags
Specifies the model's capabilities
Content:
Enum values:
- ADDABLE - Items can be added.
- EDITABLE - An edit dialog can be
opened for each item.
- NONE - No additional features.
- REMOVABLE - Items can be removed.
- REORDERABLE - The order of
items can be changed.
- RESETTABLE - A button "reset to
default" will be offered.