Page 1 of 1

Window without Task in the Taskbar

Posted: Wed Apr 29, 2009 2:02 am
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!

Posted: Wed Apr 29, 2009 2:47 am
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.

Posted: Wed Apr 29, 2009 2:22 pm
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: