Neil Muller wrote:
> Since you're looking to allocate enough space to display the widget,
> you shouldn't need to realize the widgets first. It looks like the
> problem is with your use of set_size_request() and get_size_request(),
> since get_size_request() only returns the values set via
> set_size_request(). Just using size_request() should do what you want.
For some inexplicable reason I've always believed that get_size_request() and 
size_request() are the same. Thank you for enlightening me, it helped a lot.

-- 
Walter Leibbrandt                  Software Developer
Recent blogs:
* Conquering the CellRendererWidget
http://www.translate.org.za/blogs/walter/en/content/conquering-cellrendererwidget


_______________________________________________
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