Re: [e-users] How to "clear" a efl box ?

2021-11-07 Thread Al Poole
elm_box_clear empties the box of packed elements, if you want to delete the box object completely then evas_object_del, or to hide, _hide. On Sun, 7 Nov 2021, 23:41 Carsten Haitzler, wrote: > On Mon, 8 Nov 2021 00:20:51 +0100 Pierre Couderc via enlightenment-users > said: > > > I have a box ins

Re: [e-users] How to "clear" a efl box ?

2021-11-07 Thread Carsten Haitzler
On Mon, 8 Nov 2021 00:20:51 +0100 Pierre Couderc via enlightenment-users said: > I have a box inside another box and want to remove it. > > I clear it with elm_box_clear(bx) but it remains on the screen. > > I suppose I should refresh something? I don't know what you're doing exactly but e

[e-users] How to "clear" a efl box ?

2021-11-07 Thread Pierre Couderc via enlightenment-users
I have a box inside another box and want to remove it. I clear it with elm_box_clear(bx) but it remains on the screen. I suppose I should refresh something? Thanks PC ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.n