Re: adding widgets to canvas
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: adding widgets to canvas

From: suchenwi <richard.suchenwirth-bauersachs@siemens.com>
Date: Thu Sep 22 2005 - 11:41:38 CEST

pack [canvas .c]
#-- make sure embedded widget is a child of the canver
button .c.1 -text Hello
.c create window 10 10 -window .c.1 -anchor nw
Received on Thu Sep 29 14:38:35 2005