Tk Library Source Code

Check-in [3c4c5c6f96]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Scrollutil: Updated the file CHANGES.txt.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3c4c5c6f963c5736fa5338807420f374d3097179dd4ac7905f8f6367a6d8a286
User & Date: csaba 2025-03-21 10:06:46.934
Context
2025-03-22
16:14
Mentry: Updated for version 4.4. See the ChangeLog for details. check-in: 07b750d88a user: csaba tags: trunk
2025-03-21
10:06
Scrollutil: Updated the file CHANGES.txt. check-in: 3c4c5c6f96 user: csaba tags: trunk
2025-03-20
19:13
Scrollutil: Updated for version 2.5. See the ChangeLog for details. check-in: 8d9c4fd92e user: csaba tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to modules/scrollutil/CHANGES.txt.
1
2
3
4
5
6
7
8
9
10
11




12
13
14
15
16
17
18
19
20
21
22
What is new in Scrollutil 2.5?
------------------------------

1. Improvements in the error handling for the scrollednotebook and
   plainnotebook widgets.

2. Improved the keyboard traversal via "Shift-Tab" for all scrollutil::*
   widgets by refining the handling of the <FocusIn> event when the
   detail field is "NotifyInferior" (whose support was introduced in Tk
   8.6.15, 8.7b1, and 9.0.0).





3. The scaleutil package now also scales the "-sashthickness" and
   "-gripsize" options of the "Sash" style.

4. The demo scripts "BwScrollableFrmDemo2.tcl", "ScrolledFrmDemo2.tcl",
   and "SuScrollableFrmDemo2.tcl" now use toggleswitch widgets rather
   than checkbuttons if they can load the Tsw package.

What was new in Scrollutil 2.4?
-------------------------------

1. Made sure that the Migration Tool for Tcl 9 by Ashok Nadkarni won't









|

>
>
>
>
|


|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
What is new in Scrollutil 2.5?
------------------------------

1. Improvements in the error handling for the scrollednotebook and
   plainnotebook widgets.

2. Improved the keyboard traversal via "Shift-Tab" for all scrollutil::*
   widgets by refining the handling of the <FocusIn> event when the
   detail field is "NotifyInferior" (whose support was introduced in Tk
   8.6.15 and 9.0.0).

3. Removed the file attrib.tcl, which is no longer needed because the
   "*attrib" subcommands of all scrollutil::* widgets now make use of
   extended attributes-related procedures of the latest mwutil version.

4. The scaleutil package now also scales the "-sashthickness" and
   "-gripsize" options of the "Sash" style.

5. The demo scripts "BwScrollableFrmDemo2.tcl", "ScrolledFrmDemo2.tcl",
   and "SuScrollableFrmDemo2.tcl" now use toggleswitch widgets rather
   than checkbuttons if they can load the Tsw package.

What was new in Scrollutil 2.4?
-------------------------------

1. Made sure that the Migration Tool for Tcl 9 by Ashok Nadkarni won't