Joel Hedlund wrote:
And another relevant question: am I overcomplicating this?

Yes. :-)

The proper way of doing this is to pack the widget in a container, and then add the container (with viewport) to a scrolledwindow.

For example, for a centered widget choose a 1x1 gtk.Table and attach the widget using xoptions = yoptions = gtk.EXPAND (and not gtk.FILL). For a widget glued to the upper left corner choose a gtk.Alignment().

Thanks John Finlay at [EMAIL PROTECTED]

/Joel
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to