elementary / menu, notify, list, panes, module, map, pager, panel, mapbuf - removed white spaces

SVN revision: 58251
This commit is contained in:
ChunEon Park 2011-04-01 11:26:58 +00:00
parent 711b428aae
commit 160084626b
9 changed files with 1272 additions and 1272 deletions

View File

@ -86,11 +86,11 @@ static Eina_Bool _deselect_all_items(Widget_Data *wd);
#define ELM_LIST_ITEM_CHECK_DELETED_RETURN(it, ...) \
ELM_WIDGET_ITEM_WIDTYPE_CHECK_OR_RETURN(it, __VA_ARGS__); \
if (it->deleted) \
{ \
if (it->deleted) \
{ \
ERR("ERROR: "#it" has been DELETED.\n"); \
return __VA_ARGS__; \
}
}
static inline void
_elm_list_item_free(Elm_List_Item *it)
@ -568,7 +568,7 @@ _theme_hook(Evas_Object *obj)
elm_smart_scroller_object_theme_set(obj, wd->scr, "list", "base",
elm_widget_style_get(obj));
// edje_object_scale_set(wd->scr, elm_widget_scale_get(obj) * _elm_config->scale);
// edje_object_scale_set(wd->scr, elm_widget_scale_get(obj) * _elm_config->scale);
edj = elm_smart_scroller_edje_object_get(wd->scr);
str = edje_object_data_get(edj, "focus_highlight");
if ((str) && (!strcmp(str, "on")))
@ -691,7 +691,7 @@ _item_select(Elm_List_Item *it)
it->selected = EINA_TRUE;
wd->selected = eina_list_append(wd->selected, it);
call:
call:
evas_object_ref(obj);
_elm_list_walk(wd);
@ -837,7 +837,7 @@ _long_press(void *data)
wd->longpressed = EINA_TRUE;
evas_object_smart_callback_call(it->base.widget, "longpressed", it);
end:
end:
return ECORE_CALLBACK_CANCEL;
}

View File

@ -458,7 +458,7 @@ module(Evas_Object *obj __UNUSED__)
_elm_module_symbol_get(m, "obj_convert_coord_into_geo");
((Mod_Api *)(m->api) )->obj_convert_geo_into_coord =
_elm_module_symbol_get(m, "obj_convert_geo_into_coord");
ok:
ok:
return m->api;
}
@ -1507,7 +1507,7 @@ _theme_hook(Evas_Object *obj)
Widget_Data *wd = elm_widget_data_get(obj);
if (!wd) return;
elm_smart_scroller_object_theme_set(obj, wd->scr, "map", "base", elm_widget_style_get(obj));
// edje_object_scale_set(wd->scr, elm_widget_scale_get(obj) * _elm_config->scale);
// edje_object_scale_set(wd->scr, elm_widget_scale_get(obj) * _elm_config->scale);
_sizing_eval(obj);
}

View File

@ -128,10 +128,10 @@ _configure(Evas_Object *obj)
Evas *e = evas_object_evas_get(obj);
evas_smart_objects_calculate(e);
evas_nochange_push(e);
// printf("x-------------------- %i %i\n", x, y);
// printf("x-------------------- %i %i\n", x, y);
evas_object_move(wd->content, x, y);
evas_smart_objects_calculate(e);
// printf("y--------------------\n");
// printf("y--------------------\n");
evas_nochange_pop(e);
}
}