discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LSUIElement


From: Fred Kiefer
Subject: Re: LSUIElement
Date: Mon, 28 Jan 2013 22:42:22 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2

On 28.01.2013 22:32, Abhi Beckert wrote:
Thanks, performing this removed the app icon:

     defaults write binary-clock GSSuppressAppIcon YES

With regards to hiding it from the taskbar and alt/tab, in GTK this is the
API:

     gtk_window_set_skip_taskbar_hint(GtkWindow *window, gboolean setting)

Is there some way I can use that function or perhaps access the bool it
writes to?

You don't have to use this GTK function to achieve this. If you set the window level of a GNUstep window to almost anything but NSNormalWindowLevel it will get the skip taskbar atom (_NET_WM_STATE_SKIP_TASKBAR) set. But remember this is on a per window base.

Fred




reply via email to

[Prev in Thread] Current Thread [Next in Thread]