rel2.offset: 45/2 45/2;
image.normal: "arrow_right.png";
+
+ fixed: 1 1;
}
description { state: "anim_1" 0.0;
inherit: "default" 0.0;
rel2.offset: -45/2 45/2;
image.normal: "arrow_left.png";
+
+ fixed: 1 1;
}
description { state: "anim_1" 0.0;
inherit: "default" 0.0;
Widget_Data *wd = elm_widget_data_get(obj);
Evas_Coord minw = -1, minh = -1;
if (!wd) return;
- edje_object_size_min_calc(wd->panes, &minw, &minh);
- evas_object_size_hint_min_set(obj, minw, minh);
- evas_object_size_hint_max_set(obj, minw, minh);
}
static void