Henning Bredel wrote:
> I want to load an image in the right pane of a gtk.HPaned. The image
> shall fit in the pane (I don't want to use a scrolled pane for that).
> 
> How can I determine the currently used width of the right pane?

Untested:

    paned.get_children () [1].allocation.width

Paul
_______________________________________________
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