discuss-gnustep
[Top][All Lists]
Advanced

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

Re: LSUIElement


From: Abhi Beckert
Subject: Re: LSUIElement
Date: Tue, 29 Jan 2013 07:32:45 +1000

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?
- Abhi

reply via email to

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