Re: Ordering windows on the desktop
- From: muppet <scott asofyet org>
- To: ofey aikon gmail com
- Cc: gtk-perl-list gnome org
- Subject: Re: Ordering windows on the desktop
- Date: Wed, 14 Sep 2005 15:47:10 -0400
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 switching windows. Is
there any way I can get rid of it from that list too.
Buggy window manager? The taskbar hint really is just a hint; it
relies on the window manager paying attention to conventions.
I cannot use window type of 'popup' due to a lot of other reasons.
(Grabbing focus etc).
I think what you want is
# BEFORE the window is realized or shown
$window->set_type_hint ('dialog');
or just use Gtk2::Dialog.
--
Brian: If i recall correctly, this is the physics department.
Chris: That explains all that gravity.
-- Family Guy, "The Story on Page One"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]