Tizen Native API  5.5
_Elm_Gen_Item_Class Struct Reference

Public Attributes

int version
unsigned int refcount
Eina_Bool delete_me: 1
const char * item_style
const char * decorate_item_style
const char * decorate_all_item_style
Elm_Gen_Item_Class_Functions func

Detailed Description


Member Data Documentation

Style to use when in edit mode, or NULL if you don't care. Currently it's used only in genlist.

Style used if item is set to a decorate mode. see elm_genlist_item_decorate_mode_set() or NULL if you don't care. currently it's used only in genlist.

Leave this alone - set it to 0 if you have a const class of your own.

Set it to 0 if you use your own const class, or its managed for you by class ref/unref calls.

Set by elementary if you alloc an item class using elm_genlist/gengrid_item_class_new(), or if you set your own class (must be const) then set it to ELM_GENLIST/GENGRID_ITEM_CLASS_VERSION.