Differences From Artifact [79d3590e86]:
- File packages/tcl/8.4/win32-x86/Garuda1.0/Scripts/ex_winForms.tcl — part of check-in [4a0a76829e] at 2017-07-21 21:55:54 on branch trunk — Move all the package files into the 'packages' sub-directory. (user: mistachkin, size: 1952) [annotate] [blame] [check-ins using]
- File packages/tcl/8.4/win64-x64/Garuda1.0/Scripts/ex_winForms.tcl — part of check-in [ee4b3f2fc1] at 2017-10-19 00:47:26 on branch trunk — Add the Garuda pacakge for 'x64' (beta 40 release). (user: mistachkin, size: 1952) [annotate] [blame] [check-ins using]
- File tcl/8.4/Garuda1.0/Scripts/ex_winForms.tcl — part of check-in [4118dad0bc] at 2016-10-15 04:45:26 on branch trunk — Add the Garuda package that corresponds to the Eagle Beta 38 release. (user: mistachkin, size: 1952) [annotate] [blame] [check-ins using]
- File tcl/8.4/Garuda1.0/win32-x86/Scripts/ex_winForms.tcl — part of check-in [138078ef2a] at 2016-10-27 22:55:39 on branch trunk — Move Garuda into a platform-specific directory. (user: mistachkin, size: 1952) [annotate] [blame] [check-ins using]
- File tcl/8.4/win32-x86/Garuda1.0/Scripts/ex_winForms.tcl — part of check-in [c8baa45aec] at 2016-10-27 23:08:22 on branch trunk — Move Garuda into the correct platform-specific directory. (user: mistachkin, size: 1952) [annotate] [blame] [check-ins using]
To Artifact [609b8c3fb2]:
- File packages/tcl/8.4/win32-x86/Garuda1.0/Scripts/ex_winForms.tcl — part of check-in [3b5f60cc10] at 2021-02-22 02:47:21 on branch trunk — Updates for Eagle beta 46 from upstream. (user: mistachkin, size: 1939) [annotate] [blame] [check-ins using]
- File packages/tcl/8.4/win64-x64/Garuda1.0/Scripts/ex_winForms.tcl — part of check-in [3b5f60cc10] at 2021-02-22 02:47:21 on branch trunk — Updates for Eagle beta 46 from upstream. (user: mistachkin, size: 1939) [annotate] [blame] [check-ins using]
︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | - + | # objects). # proc handleClickEvent { sender e } { set title "About Garuda Example #%i%" if {[tcl ready]} then { msgBox [appendArgs "Tcl version is: " \ |
︙ | |||
56 57 58 59 60 61 62 | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | - + | $button Left [expr {([$form ClientSize.Width] - [$button Width]) / 2}] $button Top [expr {([$form ClientSize.Height] - [$button Height]) / 2}] $button Text "Click Here" $button add_Click handleClickEvent |