[pygtk] Multiple scrolled windows
Scott F. Johnston
pygtk@fleetingimage.com
Sat, 22 Jul 2000 11:29:48 -0700
I would like to have more than one window scroll using one scrollbar.
I can create multiple ScrolledWindows, and gang the adjustments together
to get the behavior I want, but this leaves extra scrollbars on-screen.
If I set the policy of the extra window's scrollbars to "NEVER" I get
rid of the scrollbars I want, but scrolling is disabled.
The behavior I want is similar to a spreadsheet, where the top row and
left column remain visible at all times. (And the Sheet widget is not
appropriate for this app.)
TIA,
Scott