@@ -13,12 +13,14 @@ What Is Scrollutil?
1313Scrollutil is a library package for Tcl/Tk versions 8.0 or higher,
1414written in pure Tcl/Tk code. It contains:
1515
16- - the implementation of the "scrollarea" and "scrollsync" mega-
17- widgets, including a general utility module for mega-widgets;
16+ - the implementation of the "scrollarea", "scrollsync", and
17+ "scrollableframe" mega-widgets, including a general utility module
18+ for mega-widgets;
1819 - commands for user-friendly mouse wheel event handling in scrollable
19- widget containers like BWidget ScrollableFrame and
20- iwidgets::scrolledframe. These commands require Tcl/Tk versions 8.4
21- or higher on X11 and Mac OS X and Tk 8.6b2 or later on Windows;
20+ widget containers like scrollutil::scrollableframe, BWidget
21+ ScrollableFrame, and iwidgets::scrolledframe. These commands
22+ require Tcl/Tk versions 8.4 or higher on X11 and Mac OS X and Tk
23+ 8.6b2 or later on Windows;
2224 - demo scripts illustrating the use of the Scrollutil package in
2325 connection with various scrollable widgets and the above-mentioned
2426 scrollable widget containers;
@@ -37,8 +39,8 @@ Scrollutil is available for free download from the Web page
3739
3840 http://www.nemethi.de
3941
40- The distribution file is "scrollutil1.1 .tar.gz" for UNIX and
41- "scrollutil1_1 .zip" for Windows. These files contain the same
42+ The distribution file is "scrollutil1.2 .tar.gz" for UNIX and
43+ "scrollutil1_2 .zip" for Windows. These files contain the same
4244information, except for the additional carriage return character
4345preceding the linefeed at the end of each line in the text files for
4446Windows.
@@ -57,20 +59,20 @@ locations of these library directories are given by the "tcl_library"
5759and "tk_library" variables, respectively.
5860
5961To install Scrollutil on UNIX, "cd" to the desired directory and unpack
60- the distribution file "scrollutil1.1 .tar.gz":
62+ the distribution file "scrollutil1.2 .tar.gz":
6163
62- gunzip -c scrollutil1.1 .tar.gz | tar -xf -
64+ gunzip -c scrollutil1.2 .tar.gz | tar -xf -
6365
6466On most UNIX systems this can be replaced with
6567
66- tar -zxf scrollutil1.1 .tar.gz
68+ tar -zxf scrollutil1.2 .tar.gz
6769
68- Both commands will create a directory named "scrollutil1.1 ", with the
70+ Both commands will create a directory named "scrollutil1.2 ", with the
6971subdirectories "demos", "doc", and "scripts".
7072
7173On Windows, use WinZip or some other program capable of unpacking the
72- distribution file "scrollutil1_1 .zip" into the directory
73- "scrollutil1.1 ", with the subdirectories "demos", "doc", and "scripts".
74+ distribution file "scrollutil1_2 .zip" into the directory
75+ "scrollutil1.2 ", with the subdirectories "demos", "doc", and "scripts".
7476
7577How to Use It?
7678--------------
0 commit comments