Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | * README.txt: Slightly extended. * doc/scrollutil.html: |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c62e762c5d257d4fe20fb944b467058f |
User & Date: | csaba 2019-10-22 14:38:18.470 |
Context
2019-12-11
| ||
10:49 | * *.tcl: Bumped the version number to 6.8. * COPYRIGHT.txt: * README.txt: * CHANGES.txt: Updated to reflect the changes. * doc/*.html: * scripts/*.tcl: Updated and significantly improved the support for Windows 10; adapted the "aqua" theme support to Tk release 8.6.10; improved the units computation for "(x|y)view scroll" within the bindings for mouse wheel events; for Tk 8.7.a3 and above on X11, added bindings for horizontal scrolling with the aid of the (virtual) mouse buttons 6 and 7. * scripts/tclIndex: Newly generated. * ../../examples/tablelist/*.tcl: Bumped the version number to 6.8; using ttk::scrollbar widgets for the "aqua" theme, too, provided that the Tk release is 8.6.10 or later. check-in: 3f01c86134 user: csaba tags: trunk | |
2019-10-22
| ||
14:38 | * README.txt: Slightly extended. * doc/scrollutil.html: check-in: c62e762c5d user: csaba tags: trunk | |
14:32 | * README.txt: Slightly extended. * doc/scrollutil.html: check-in: f6f45df995 user: csaba tags: trunk | |
Changes
Changes to modules/scrollutil/README.txt.
︙ | ︙ | |||
76 77 78 79 80 81 82 | How to Use It? -------------- The Scrollutil distribution provides two packages, called Scrollutil and Scrollutil_tile. The main difference between the two is that Scrollutil_tile enables the tile-based, theme-specific appearance of | > | | | | | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | How to Use It? -------------- The Scrollutil distribution provides two packages, called Scrollutil and Scrollutil_tile. The main difference between the two is that Scrollutil_tile enables the tile-based, theme-specific appearance of scrollarea, scrollsync, and scrollableframe widgets; this package requires Tcl/Tk 8.4 or higher and tile 0.6 or higher. It is not possible to use both packages in one and the same application, because both are implemented in the same "scrollutil" namespace and provide identical commands. To be able to use the commands and variables implemented in the package Scrollutil, your scripts must contain one of the lines package require scrollutil ?version? package require Scrollutil ?version? |
︙ | ︙ |
Changes to modules/scrollutil/doc/scrollutil.html.
︙ | ︙ | |||
294 295 296 297 298 299 300 | reading the <a href="#examples">examples</a> below.</p> <h3 id="ov_use">How to Use It?</h3> <p>The Scrollutil distribution provides two packages, called <b>Scrollutil</b> and <b>Scrollutil_tile</b>. The main difference between the two is that Scrollutil_tile enables the tile-based, | | > | | | | 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 | reading the <a href="#examples">examples</a> below.</p> <h3 id="ov_use">How to Use It?</h3> <p>The Scrollutil distribution provides two packages, called <b>Scrollutil</b> and <b>Scrollutil_tile</b>. The main difference between the two is that Scrollutil_tile enables the tile-based, theme-specific appearance of scrollarea, scrollsync, and scrollableframe widgets; this package requires Tcl/Tk 8.4 or higher and tile 0.6 or higher. It is not possible to use both packages in one and the same application, because both are implemented in the same <code>scrollutil</code> namespace and provide identical commands.</p> <p>To be able to access the commands and variables defined in the package Scrollutil, your scripts must contain one of the lines</p> <blockquote> <pre> package require scrollutil ?<i>version</i>? |
︙ | ︙ |