On Fri, 29 Sep 2000, Chris Wareham wrote:

> Ottavio Campana wrote:
> > 
> > How can I expand a window to cover the whole screen?
> > 
> 
> I couldn't find a GTK+ native way of determining the screen
> size, so unless someone else knows better here's how I would

 There is a better way:
 
 gtk_widget_set_usize(toplevel, gdk_screen_width() , gdk_screen_height() ); 
 

 Best regards,
  -Vlad


_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to