A couple of options...

You can pack a scrollbar on the right hand side of the containing frame and use
the yscrollcommand option to associate it with the frame --- see Fredrik Lundh's
Tkinter pages for an example.

Or you could grab Python MegaWidgets from http://pmw.sourceforge.com/ and use a
Pmw.ScrolledFrame instead, which will do the scrollbars for you automatically.
(this is my recommended option)

-- 
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to