Window without Task in the Taskbar

Linux specific forum
chrissi87
New User
New User
Posts: 4
Joined: Fri Mar 13, 2009 8:44 am
Location: Germany
Contact:

Window without Task in the Taskbar

Post by chrissi87 »

Hi,

i need a simple possibility to create a window without an entry in the taskbar under Linux / Gnome.

Till now i realize this feature with a startscript and devilspie. But i want to do this with Purebasic. Under Windows I created 2 windows. The first as an unvisable window and the second as childwindow of the first ... but under linux it dont work. :-(

I use Purebasic 4.20 on a Ubuntu 8.04 system.

Please help me!
User avatar
Airr
User
User
Posts: 49
Joined: Tue Oct 04, 2005 4:29 am
Contact:

Post by Airr »

Code: Select all

gtk_window_set_skip_taskbar_hint_(WindowID(<id>),#True)
Change <id> to the id of the window you want to manipulate.

AIR.
"Programming is like Poetry. Sometimes the words just escape you..." -me, to my manager.
chrissi87
New User
New User
Posts: 4
Joined: Fri Mar 13, 2009 8:44 am
Location: Germany
Contact:

Post by chrissi87 »

Thank's!

I will try this. Till now, I dont know that I can use gtk like Win-API.

There are lot of thing's I need to lern with Linux! :lol:
Post Reply