Re: Display widget without window



>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 
             



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