extern const Elm_Genlist_Item_Class itc_cm_1text_1icon_2;
extern const Elm_Genlist_Item_Class itc_bg_1icon;
extern const Elm_Genlist_Item_Class itc_1icon_with_no_line;
-extern const Elm_Genlist_Item_Class itc_1icon_with_no_padding;
extern const Elm_Genlist_Item_Class itc_group_item;
extern const Elm_Genlist_Item_Class itc_multiline_1text_1icon;
-extern const Elm_Genlist_Item_Class itc_1text_2icon_divider;
-extern const Elm_Genlist_Item_Class itc_no_group_1text_1icon_2;
extern const Elm_Genlist_Item_Class itc_editfield;
extern const Elm_Genlist_Item_Class itc_multiline_2text;
extern const Elm_Genlist_Item_Class itc_1text_1icon_divider;
-extern const Elm_Genlist_Item_Class itc_normal_1text;
-extern const Elm_Genlist_Item_Class itc_bottom_line;
-extern const Elm_Genlist_Item_Class itc_bottom_line1;
-
#define ADD_GL_LABLE(scroller, str) \
{\
.func.del = NULL,
};
-EXPORT_PUBLIC
-const Elm_Genlist_Item_Class itc_bottom_line = {
- /*.item_style = "bottom_line", */
- .item_style = "full",
- .func.text_get = NULL,
- .func.content_get = _gl_Gendial_new_content_get,
- .func.state_get = NULL,
- .func.del = _gl_Gendial_del,
-};
-
-EXPORT_PUBLIC
-const Elm_Genlist_Item_Class itc_bottom_line1 = {
- .item_style = "bottom_line",
- .func.text_get = NULL,
- .func.content_get = NULL,
- .func.state_get = NULL,
- .func.del = NULL,
-};
-
#define DEFINE_ITC1(style, name) \
EXPORT_PUBLIC const Elm_Genlist_Item_Class name = {\
.item_style = style,\
DEFINE_ITC1("1icon", itc_bg_1icon);
DEFINE_ITC1("1icon", itc_1icon_with_no_line);
-DEFINE_ITC1("1icon", itc_1icon_with_no_padding);
DEFINE_ITC1("1icon", itc_1icon);
DEFINE_ITC1("1text", itc_normal_1text);