Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tablelist: Minor improvements related to the editing with the aid of the toggleswitch widget. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
456e4f440f1dee99277b04159b455fde |
User & Date: | csaba 2025-07-07 19:39:30.832 |
Context
2025-07-07
| ||
19:43 | Tsw: Guarded against a bug in the ttk::scale widget's "get x y" command. check-in: bf07168387 user: csaba tags: trunk | |
19:39 | Tablelist: Minor improvements related to the editing with the aid of the toggleswitch widget. check-in: 456e4f440f user: csaba tags: trunk | |
2025-07-05
| ||
09:33 | Tsw: Extended the file CHANGES.txt. check-in: 8e1164d322 user: csaba tags: trunk | |
Changes
Changes to modules/tablelist/scripts/tablelistEdit.tcl.
︙ | ︙ | |||
1088 1089 1090 1091 1092 1093 1094 | checkEditWinName $name variable editWin array set editWin [list \ $name-creationCmd "createToggleswitch %W" \ $name-putValueCmd "%W switchstate %T" \ $name-getValueCmd "%W switchstate" \ | | | 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 | checkEditWinName $name variable editWin array set editWin [list \ $name-creationCmd "createToggleswitch %W" \ $name-putValueCmd "%W switchstate %T" \ $name-getValueCmd "%W switchstate" \ $name-putTextCmd "%W switchstate %T" \ $name-getTextCmd "%W switchstate" \ $name-putListCmd "" \ $name-getListCmd "" \ $name-selectCmd "" \ $name-invokeCmd {%W instate !pressed {%W toggle}} \ $name-fontOpt "" \ $name-useFormat 0 \ |
︙ | ︙ | |||
1933 1934 1935 1936 1937 1938 1939 | } $f configure -height [winfo reqheight $w] } # # Adjust the frame's width and paddings # | | | 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 | } $f configure -height [winfo reqheight $w] } # # Adjust the frame's width and paddings # if {!$isCheckbtn} { place $w -relwidth 1.0 -relheight 1.0 adjustEditWindow $win $pixels update idletasks if {[destroyed $win]} { return "" } } |
︙ | ︙ |