Copyright © 2008, 2009 Arndt Roger Schneider
A lot of windows require scrolling. Rtl_gridwin provides scrollbar management for its assigned window.
Rtl_gridwin hides the Tk scrollbars whenever possible. This design decision was caused by the somewhat antique default appearance of scrollbars.
Rtl_gridwin 2.0 extends the scrollbar hiding even further. The scrollbars will only stay visible while the cursor is inside the Rtl_gridwin. This behavior is controlled through the 'autoHide' property.
The Scrollbar management itself is carried out through the 'rsilder' procedure.
Note: 'rslider' is called before the scrollbar 'vertical'. 'autoHide' wont work when rslider is directly used, as is shown above.