#ifndef bool
#define bool Eina_Bool
#endif
-#define PWD_FILE _TZ_SYS_DATA"/setting/set_info"
+#define PWD_FILE _TZ_SYS_DATA"/setting/set_info"
- #ifdef OLD_GENLIST_STYLE
+ #if 0 /* OLD_GENLIST_STYLE */
#define SETTING_GENLIST_GROUP_INDEX_STYLE "groupindex"
#define SETTING_GENLIST_ICON_1LINE_STYLE "1line"
#define SETTING_GENLIST_2LINE_STYLE "2line.top"
.func.del = NULL,
};
- EXPORT_PUBLIC
- const Elm_Genlist_Item_Class itc_sep_line = {
- .item_style = "dialogue/separator.transparent.2",
- .func.text_get = _gl_Gendial_text_get,
- .func.content_get = NULL,
- .func.state_get = NULL,
- .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,
}
/* ------------------------------------------------------------------------------------------- */
-/* | | elm.swallow.icon.0 | elm.text | elm.swallow.icon.1 | | */
+/* | | elm.swallow.icon.0 | elm.text | elm.swallow.icon.1 | | */
/* | elm.swallow.icon |----------------------------------------------------| elm.swallow.end | */
-/* | | elm.text.sub | elm.text.sub.end | | */
+/* | | elm.text.sub | elm.text.sub.end | | */
/* ------------------------------------------------------------------------------------------- */
- static Evas_Object *__sound_slider_new_icon_get(void *data, Evas_Object *obj, const char *part)
+ static Evas_Object *__sound_slider_icon_get(void *data, Evas_Object *obj, const char *part)
{
SETTING_TRACE_BEGIN;
/*appcore_measure_start(); */