Re: Going fullscreen and back

2008-04-27 Thread Carlos Pereira
Jim George, Kevin DeKorte wrote: > Why not use gtk_window_fullscreen? I've only tried it on a Gnome desktop, it > works well. > Why don't you just use > gtk_window_fullscreen / gtk_window_unfullscreen? > Jim, Kevin, Thanks! It works fantastically well, I just tried it on GNOME, XFCE, KDE, En

Re: Going fullscreen and back

2008-04-27 Thread Jim George
Why not use gtk_window_fullscreen? I've only tried it on a Gnome desktop, it works well. On Sun, Apr 27, 2008 at 11:37 AM, Carlos Pereira <[EMAIL PROTECTED]> wrote: > Hi there, > > The small working code below shows > how my app goes fullscreen and back. > > 1) Is there a better way of doing th