![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Pack , bind, & scrollbar help
From: Bryan Oakley <oakley@bardo.clearlight.com>
Date: Mon Feb 27 2006 - 16:22:53 CET
Ray wrote:
You shouldn't ever use them together in the same parent but you can mix
That is, you should NOT do this:
pack .foo.bar1 ...
But it's perfectly fine to do this:
pack .foo.baz ...
In the first case both widgets are being added to ".foo" so you
In the second case, one widget is going to ".foo" and one to ".bar" so
>
Yes
|