![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveSunken menu bar in WinXP
From: Andrés García <fandom@spamme.telefonica.net>
Date: Wed Feb 22 2006 - 01:42:40 CET
Hi,
If you execute the code at the bottom in WinXP, the
Thanks,
menu .menuBar
set menuBar(1) [menu .menuBar.file]
.menuBar add cascade -label File -menu $menuBar(1)
set testFrame [frame .testFr]
pack $testFrame -fill both -side bottom
|