Menu

Tree [6bff3d] default tip /
 History

Read Only access


File Date Author Commit
 .hgignore 2020-09-29 Brad Lanam Brad Lanam [3e64ed] update to 2.11; improved scrollwheel
 .hgtags 2020-10-29 Brad Lanam Brad Lanam [6bff3d] Added tag 2.12 for changeset 2c12bfce445b
 README.txt 2020-10-29 Brad Lanam Brad Lanam [2c12bf] add readme
 mkpkg.sh 2020-10-29 Brad Lanam Brad Lanam [2c12bf] add readme
 mkpkgidx.sh 2020-09-29 Brad Lanam Brad Lanam [3e64ed] update to 2.11; improved scrollwheel
 pkgIndex.tcl 2020-10-29 Brad Lanam Brad Lanam [5ab068] clean up if statements
 scrolldata.tcl 2020-10-29 Brad Lanam Brad Lanam [5ab068] clean up if statements
 test4.sql 2020-02-17 Brad Lanam Brad Lanam [426bb1] add test4
 testsd2.tcl 2018-05-18 Brad Lanam Brad Lanam [732e51] Initial checkin.
 testsd3.tcl 2020-02-15 Brad Lanam Brad Lanam [47738b] update test 3
 testsd4.tcl 2020-02-17 Brad Lanam Brad Lanam [426bb1] add test4

Read Me

See example scripts for usage.

Two callbacks are used, one to configure a row with the widgets, and
one to populate the data. Each displayed row's widgets are configured
with the configuration callback, and each row is populated with the
populate callback. When the region is scrolled, the populated data is
changed, and the widgets are left in place.

For basic scrolling areas, the configure callback is only executed on
initialization and when the window is resized.

Features:
   -  Set a number of lines as reserved. These lines will stay at the
      top of the display and not scroll (setReserved).
   -  Set the page overlap for the page up/down keys (setPageAdjust).
   -  Row 0 is reserved as a heading line.

2.12 2020-10-29
  Code cleanup
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.