I need a grid of buttons, I have started from the gengrid example "Item
Custom Size"
with a modified :
Evas_Object *
grid_content_get(void *data, Evas_Object *obj, const char *part)
{
const Item_Data *id = data;
Evas_Object *bt = elm_button_add(obj);
elm_object_text_set(bt, "My button");
// evas_object_show(bt);
return bt;
}
and is it not so bad but my buttons are bit special : I get this :
https://www.tolsupport.fr/download/ttt.jpg
What do I miss ?
I have the same problem with sliders...
Thanks for help...
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users