rage - gesture layer - move below dragbar and such controls

This commit is contained in:
Carsten Haitzler 2014-08-09 14:49:14 +09:00
parent 271711e2b4
commit f045398c0f
2 changed files with 7 additions and 1 deletions

View File

@ -446,6 +446,11 @@ collections {
} }
} }
part { name: "rage.gesture"; type: SWALLOW;
description { state: "default" 0.0;
}
}
part { name: "rage.list"; type: SWALLOW; part { name: "rage.list"; type: SWALLOW;
description { state: "default" 0.0; description { state: "default" 0.0;
align: 0.0 0.5; align: 0.0 0.5;

View File

@ -308,8 +308,9 @@ win_add(void)
_cb_mouse_move, win); _cb_mouse_move, win);
evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_IN, evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_IN,
_cb_mouse_move, win); _cb_mouse_move, win);
dnd_init(win, o); elm_object_part_content_set(inf->lay, "rage.gesture", o);
gesture_init(win, o); gesture_init(win, o);
dnd_init(win, o);
o = elm_button_add(win); o = elm_button_add(win);
evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);