Re: Can't manage ... it's a top-level window
- From: Aric Bills <aric.bills@xxxxxxxxx>
- Date: Fri, 30 Nov 2007 12:14:57 -0800 (PST)
tk_optionMenu returns the path to a menu rather than the path to the
menubutton it creates. The fix is to use the widget name you passed
to tk_optionMenu rather than the one tk_optionMenu returned to you:
grid $lb1 $FR0.op1 -row 1
grid $lb2 $FR0.op2 -row 2
.
- Follow-Ups:
- Re: Can't manage ... it's a top-level window
- From: vnpenguin
- Re: Can't manage ... it's a top-level window
- References:
- Can't manage ... it's a top-level window
- From: vnpenguin
- Can't manage ... it's a top-level window
- Prev by Date: Re: Can't manage ... it's a top-level window
- Next by Date: Re: Can't manage ... it's a top-level window
- Previous by thread: Re: Can't manage ... it's a top-level window
- Next by thread: Re: Can't manage ... it's a top-level window
- Index(es):