[e-users] Grid of buttons

Pierre Couderc via enlightenment-users <[email protected]> Sat, 19 Oct 2024 10:30:04 +0200
Newsgroups gmane.comp.window-managers.enlightenment.user
Message-ID <[email protected]>
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users