Tizen Native API
|
Typedefs | |
typedef char *(* | Elm_Gen_Item_Text_Get_Cb )(void *data, Evas_Object *obj, const char *part) |
The character type that represents the text fetching class function for Elm_Gen_Item_Class. | |
typedef Evas_Object *(* | Elm_Gen_Item_Content_Get_Cb )(void *data, Evas_Object *obj, const char *part) |
Content (swallowed object) fetching class function for Elm_Gen_Item_Class. | |
typedef Eina_Bool(* | Elm_Gen_Item_State_Get_Cb )(void *data, Evas_Object *obj, const char *part) |
The boolean type that represents the state fetching class function for Elm_Gen_Item_Class. | |
typedef void(* | Elm_Gen_Item_Del_Cb )(void *data, Evas_Object *obj) |
The void type that represents the deletion class function for Elm_Gen_Item_Class. |
typedef Evas_Object*(* Elm_Gen_Item_Content_Get_Cb)(void *data, Evas_Object *obj, const char *part) |
Content (swallowed object) fetching class function for Elm_Gen_Item_Class.
data | The data passed in the item creation function |
obj | The base widget object |
part | The part name of the swallow |
typedef void(* Elm_Gen_Item_Del_Cb)(void *data, Evas_Object *obj) |
The void type that represents the deletion class function for Elm_Gen_Item_Class.
data | The data passed in the item creation function |
obj | The base widget object Deletion class function for gen item classes |
typedef Eina_Bool(* Elm_Gen_Item_State_Get_Cb)(void *data, Evas_Object *obj, const char *part) |
The boolean type that represents the state fetching class function for Elm_Gen_Item_Class.
data | The data passed in the item creation function |
obj | The base widget object |
part | The part name of the swallow |
typedef char*(* Elm_Gen_Item_Text_Get_Cb)(void *data, Evas_Object *obj, const char *part) |
The character type that represents the text fetching class function for Elm_Gen_Item_Class.
data | The data passed in the item creation function |
obj | The base widget object |
part | The part name of the swallow |