Re: Ordering windows on the desktop

2005-09-15 Thread ofey aikon
> Buggy window manager? The taskbar hint really is just a hint; it > relies on the window manager paying attention to conventions. Indeed... http://bugzilla.gnome.org/show_bug.cgi?id=106249 Thanks, _Ofey. ___ gtk-perl-list mailing list gtk-perl-list@g

Re: Ordering windows on the desktop

2005-09-14 Thread muppet
On Sep 14, 2005, at 2:30 PM, ofey aikon wrote: I do have another related question. I do not want the childwindow to be seen on the taskbar. I set the following. $childwindow->set_skip_taskbar_hint(TRUE); $childwindow->set_skip_pager_hint(TRUE); But it still can be seen in the alt-tab list for

Re: Ordering windows on the desktop

2005-09-14 Thread ofey aikon
> try without this line: > $childwindow->set_type_hint('GDK_WINDOW_TYPE_HINT_DOCK'); That helps. This must be one of those win32 window manager quirks. I do have another related question. I do not want the childwindow to be seen on the taskbar. I set the following. $childwindow->set_skip_taskbar

Re: Ordering windows on the desktop

2005-09-14 Thread andrea . bravetti
> But if I obscure the 'parent' window by bringing up another app (one > that covers the entire desktop.. my browser for example), the parent > window behaves and gets out of the way. But the child window stays on > top and shows up in front of my browser. because it seems to be exactly what you a

Ordering windows on the desktop

2005-09-14 Thread ofey aikon
I am experiencing some trouble with multiple windows opened up by my app. For example, here is a snippet. When I run this, two windows show up. Everything is okay. But if I obscure the 'parent' window by bringing up another app (one that covers the entire desktop.. my browser for example), the par