>hide the window decorations
>http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-decorated
>
>and skip the taskbar
>http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-skip-taskbar-hint
>
>cheers

Thanks! That's exactly what I needed. I had just actually placed
the window in a GtkWindowGroup which worked, but this is much
more efficient and doesn't need another window. Thanks again!

- Andrew Krause 
             
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to