Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tsw: Minor corrections in the documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b9b8f386168270cacdae6281149dde14 |
User & Date: | csaba 2025-03-10 19:40:12.014 |
Context
2025-03-11
| ||
20:02 | Tsw: Improvements in the bindings and the demo script EditingOpts.tcl. check-in: f05c4c76e5 user: csaba tags: trunk | |
2025-03-10
| ||
19:40 | Tsw: Minor corrections in the documentation. check-in: b9b8f38616 user: csaba tags: trunk | |
18:02 | Added toggle switch widget package to tklib. check-in: 1900130edf user: csaba tags: trunk | |
Changes
Changes to modules/tsw/README.txt.
︙ | ︙ | |||
53 54 55 56 57 58 59 | How to Install It? ------------------ Install the package as a subdirectory of one of the directories given by the "auto_path" variable. For example, you can install it as a subdirectory of the "lib" directory within your Tcl/Tk installation (at | | | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | How to Install It? ------------------ Install the package as a subdirectory of one of the directories given by the "auto_path" variable. For example, you can install it as a subdirectory of the "lib" directory within your Tcl/Tk installation (at the same level as the tk8.X or tk9.X subdirectory). To install Tsw on UNIX, "cd" to the desired directory and unpack the distribution file "tsw1.0.tar.gz": gunzip -c tsw1.0.tar.gz | tar -xf - On most UNIX systems this can be replaced with |
︙ | ︙ |
Changes to modules/tsw/doc/tsw.html.
︙ | ︙ | |||
116 117 118 119 120 121 122 | </blockquote> <h3 id="ov_install">How to Install It?</h3> <p>Install the package as a subdirectory of one of the directories given by the <code>auto_path</code> variable. For example, you can install it as a subdirectory of the <code>lib</code> directory within your Tcl/Tk | | | | 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 | </blockquote> <h3 id="ov_install">How to Install It?</h3> <p>Install the package as a subdirectory of one of the directories given by the <code>auto_path</code> variable. For example, you can install it as a subdirectory of the <code>lib</code> directory within your Tcl/Tk installation (at the same level as the <code>tk8.X</code> or <code>tk9.X</code> subdirectory).</p> <p>To install Tsw <i>on UNIX</i>, <code>cd</code> to the desired directory and unpack the distribution file <code>tsw1.0.tar.gz</code>:</p> <blockquote> <pre> gunzip -c tsw1.0.tar.gz | tar -xf - |
︙ | ︙ |