@@ -13,12 +13,14 @@ What Is Scrollutil?
13
13
Scrollutil is a library package for Tcl/Tk versions 8.0 or higher,
14
14
written in pure Tcl/Tk code. It contains:
15
15
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;
18
19
- 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;
22
24
- demo scripts illustrating the use of the Scrollutil package in
23
25
connection with various scrollable widgets and the above-mentioned
24
26
scrollable widget containers;
@@ -37,8 +39,8 @@ Scrollutil is available for free download from the Web page
37
39
38
40
http://www.nemethi.de
39
41
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
42
44
information, except for the additional carriage return character
43
45
preceding the linefeed at the end of each line in the text files for
44
46
Windows.
@@ -57,20 +59,20 @@ locations of these library directories are given by the "tcl_library"
57
59
and "tk_library" variables, respectively.
58
60
59
61
To 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":
61
63
62
- gunzip -c scrollutil1.1 .tar.gz | tar -xf -
64
+ gunzip -c scrollutil1.2 .tar.gz | tar -xf -
63
65
64
66
On most UNIX systems this can be replaced with
65
67
66
- tar -zxf scrollutil1.1 .tar.gz
68
+ tar -zxf scrollutil1.2 .tar.gz
67
69
68
- Both commands will create a directory named "scrollutil1.1 ", with the
70
+ Both commands will create a directory named "scrollutil1.2 ", with the
69
71
subdirectories "demos", "doc", and "scripts".
70
72
71
73
On 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".
74
76
75
77
How to Use It?
76
78
--------------
0 commit comments