[pygtk] notebook size problem
Andi Albrecht
albrecht.andi at gmail.com
Thu Jan 10 21:54:15 WST 2013
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 <deniz.tugba92 at gmail.com> 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 pygtk at daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/
More information about the pygtk
mailing list