Re: [pygtk] Rendering arbitrary widgets in a CellRenderer

2009-05-20 Thread Walter Leibbrandt
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_si

Re: [pygtk] Rendering arbitrary widgets in a CellRenderer

2009-05-20 Thread Greg Ewing
Walter Leibbrandt wrote: > For some inexplicable reason I've always believed that > get_size_request() and size_request() are the same. I don't think it's all that inexplicable -- it's a pretty confusing piece of API design! -- Greg ___ pygtk mailin