On Mon, 13 Aug 2001, Gilbert van Griensven wrote:

> You can try several methods, depending on which geometry manager you use.
> Suppose I'd want to hide .top41.fra40 and I'm using the place manager.
> 
> place forget .top41.fra40

> Note though, that you probably can't use the $base variable vtcl uses... at
> least I couldn't be bothered to figure it out... it's just one extra
> character anyway..

Use the widget alias feature. Then the code is more readable and if you
cut/paste things in vTcl you just set the alias again and you don't have
to edit all the widget pathnames.

global widget 
place forget $widget(optionalFrame)

...RickM...


_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to