Re: [E-devel] What is a withdrawn window?

2013-12-09 Thread The Rasterman
On Mon, 9 Dec 2013 12:00:32 -0500 Michael Blumenkrantz said: > On Mon, 9 Dec 2013 16:53:38 + > "Eoff, Ullysses A" wrote: > > > The ELM docs don't explain the concept... nor does a Google search AFAICT. > > So what is it? > > > > Currently, setting a window as withdrawn appears to just hide

Re: [E-devel] What is a withdrawn window?

2013-12-09 Thread Robert Heller
At Mon, 9 Dec 2013 15:09:44 -0200 Enlightenment developer list wrote: > > On Mon, Dec 9, 2013 at 3:04 PM, Tom Hacohen wrote: > > On 09/12/13 16:53, Eoff, Ullysses A wrote: > >> The ELM docs don't explain the concept... nor does a Google search AFAICT. > >> So what is it? > >> > >> Currently

Re: [E-devel] What is a withdrawn window?

2013-12-09 Thread Robert Heller
At Mon, 9 Dec 2013 16:53:38 + Enlightenment developer list wrote: > > The ELM docs don't explain the concept... nor does a Google search AFAICT. > So what is it? It is a *standard* window manager thing: a "withdrawn" is a window that has been unmapped (or never mapped). Just about all wid

Re: [E-devel] What is a withdrawn window?

2013-12-09 Thread Rafael Antognolli
On Mon, Dec 9, 2013 at 3:04 PM, Tom Hacohen wrote: > On 09/12/13 16:53, Eoff, Ullysses A wrote: >> The ELM docs don't explain the concept... nor does a Google search AFAICT. >> So what is it? >> >> Currently, setting a window as withdrawn appears to just hide it (i.e. >> elm_win_withdrawn_set(.

Re: [E-devel] What is a withdrawn window?

2013-12-09 Thread Tom Hacohen
On 09/12/13 16:53, Eoff, Ullysses A wrote: > The ELM docs don't explain the concept... nor does a Google search AFAICT. > So what is it? > > Currently, setting a window as withdrawn appears to just hide it (i.e. > elm_win_withdrawn_set(..., EINA_TRUE))... so what's the point, why not use > evas

Re: [E-devel] What is a withdrawn window?

2013-12-09 Thread Michael Blumenkrantz
On Mon, 9 Dec 2013 16:53:38 + "Eoff, Ullysses A" wrote: > The ELM docs don't explain the concept... nor does a Google search AFAICT. > So what is it? > > Currently, setting a window as withdrawn appears to just hide it (i.e. > elm_win_withdrawn_set(..., EINA_TRUE))... so what's the point,

[E-devel] What is a withdrawn window?

2013-12-09 Thread Eoff, Ullysses A
The ELM docs don't explain the concept... nor does a Google search AFAICT. So what is it? Currently, setting a window as withdrawn appears to just hide it (i.e. elm_win_withdrawn_set(..., EINA_TRUE))... so what's the point, why not use evas_object_hide(...) instead? Next, if we call evas_obje