|
|
|
@ -85,16 +85,16 @@ static void _setup(void) |
|
|
|
|
{ |
|
|
|
|
o = eo_add(EVAS_IMAGE_CLASS, evas); |
|
|
|
|
o_images[i] = o; |
|
|
|
|
evas_obj_image_filled_set(o, 1); |
|
|
|
|
evas_obj_image_border_set(o, 2, 2, 2, 2); |
|
|
|
|
efl_gfx_fill_filled_set(o, 1); |
|
|
|
|
efl_image_border_set(o, 2, 2, 2, 2); |
|
|
|
|
efl_file_set(o, build_path("pan.png"), NULL); |
|
|
|
|
efl_gfx_size_set(o, win_w, ICON_SIZE); |
|
|
|
|
efl_gfx_visible_set(o, EINA_TRUE); |
|
|
|
|
|
|
|
|
|
o = eo_add(EVAS_IMAGE_CLASS, evas); |
|
|
|
|
o_icons[i] = o; |
|
|
|
|
evas_obj_image_filled_set(o, 1); |
|
|
|
|
evas_obj_image_border_set(o, 2, 2, 2, 2); |
|
|
|
|
efl_gfx_fill_filled_set(o, 1); |
|
|
|
|
efl_image_border_set(o, 2, 2, 2, 2); |
|
|
|
|
efl_file_set(o, build_path(icons[i % 13]), NULL); |
|
|
|
|
efl_gfx_size_set(o, ICON_SIZE - 8, ICON_SIZE - 8); |
|
|
|
|
efl_gfx_visible_set(o, EINA_TRUE); |
|
|
|
|