Linked by Thom Holwerda on Wed 11th Oct 2006 21:34 UTC
Thread beginning with comment 171135
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2005-07-07
Nothing one line couldn't solve. Gtk has simple functions to do that
void gtk_window_set_skip_taskbar_hint(GtkWindow *window, gboolean setting);
void gtk_window_set_skip_pager_hint(GtkWindow *window,
gboolean setting);
You just have to call it and no more taskbar or pager