ether #2483(2007/08/24 13:52 GMT) [ Tcl ] Rating2/2=1.00
see: Trampoline!
1 2 3 4 5 6 7
package require trampoline . configure -menu [menu .menu] .menu add command -label {Save as PDF} -command {::pdf::generate .c hello.pdf} pack [canvas .c -width 297 -height 210 -bg white] .c create text 150 105 -text "Hello,\nWorld!" -font {Helvetica 70} -justify center
Rating2/2=1.00-0+
[ reply ]
ether
#2483()
[
Tcl
]
Rating2/2=1.00
see: Trampoline!
package require trampoline . configure -menu [menu .menu] .menu add command -label {Save as PDF} -command {::pdf::generate .c hello.pdf} pack [canvas .c -width 297 -height 210 -bg white] .c create text 150 105 -text "Hello,\nWorld!" -font {Helvetica 70} -justify centerRating2/2=1.00-0+
[ reply ]