Re: Can't manage ... it's a top-level window



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
.


Quantcast