> > > the default window's width is 200,and height is 600,but the button > fill the window,do I make something wrong?
You said it yourself, it sets the minimum size. The widget can grow, and it does when it is packed into the window. If you do not want the widget to expand into all available space, then pack it into a container with the appropriate values for fill and expand set (False) John _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
