Hi, set_size_request() sets the minimum size of a widget (http://developer.gnome.org/gtk3/3.2/GtkWidget.html#gtk-widget-set-size-request). I think you should use set_default_size() as recommended in the above mentioned docs.
Best regards, Andi On Thu, Jan 10, 2013 at 2:33 PM, tugba deniz <[email protected]> wrote: > Hi, i am writing terminal emulator like guake. I used gtk.notebook for tabs. > I did drop down terminal. My problem is window size. I used > set_size_request(w,h) for expand. But i couldn't shrink when i used > set_size_request(). I tried different size() method, but it wasn't. How can > i do it? > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://faq.pygtk.org/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
