Re: Maximize a window?



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





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