I suggest you save your time by using libvte and python-vte widget library.

On Thu, Jan 10, 2013 at 5:24 PM, Andi Albrecht <albrecht.a...@gmail.com>wrote:

> 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.tugb...@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@daa.com.au
> > http://www.daa.com.au/mailman/listinfo/pygtk
> > Read the PyGTK FAQ: http://faq.pygtk.org/
> _______________________________________________
> pygtk mailing list   pygtk@daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/
>
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to