Re: [e-users] Grid of buttons

2024-10-19 Thread Carsten Haitzler
On Sat, 19 Oct 2024 10:30:04 +0200 Pierre Couderc via enlightenment-users said: > 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) > { >    cons

[e-users] Grid of buttons

2024-10-19 Thread Pierre Couderc via enlightenment-users
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,