Re: Top level windows and task bar..
- From: Havoc Pennington <hp redhat com>
- To: "Chris Dickson" <chris pandromeda com>
- Cc: <gtk-app-devel-list gnome org>
- Subject: Re: Top level windows and task bar..
- Date: 04 Sep 2001 01:33:26 -0400
"Chris Dickson" <chris pandromeda com> writes:
how do you create a top level window (ie a frame) that does not appear on the
task bar ? Under MSW there are style flags that force the window not to
appear on the task bar. Is this a GTK thing or more a X thing?
It's mostly an X thing. There is only recently support for it via the
Extended Window Manager Hints spec, on http://www.freedesktop.org.
Not all environments support it yet.
You would use gdk_property_change() to set the skip tasklist property
on widget->window, in a "realize" signal handler.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]