Fremantle: detecting when in task navigator view

2010-03-22 Thread Luca Donaggio
As gtk windows of type GTK_WINDOW_POPUP are not managed by the desktop manager, I wish to be able to hide them when users click on the task navigator icon (otherwise they stay there even after users have switched to another application!); is there a way to do that (maybe a DBUS signal or

Re: Fremantle: detecting when in task navigator view

2010-03-22 Thread Andrew Flegg
On Mon, Mar 22, 2010 at 16:54, Luca Donaggio donag...@gmail.com wrote: As gtk windows of type GTK_WINDOW_POPUP are not managed by the desktop manager, I wish to be able to hide them when users click on the task navigator icon (otherwise they stay there even after users have switched to

Re: Fremantle: detecting when in task navigator view

2010-03-22 Thread Faheem Pervez
I remember knocking this up for HeFullscreenButton in Hildon Extras' SVN. I just got the button to listen to the notify::is-topmost property of the HildonWindow that is its parent. Best Regards, Faheem On Mon, Mar 22, 2010 at 4:54 PM, Luca Donaggio donag...@gmail.com wrote: As gtk windows of