On 02/10/2012 20:39, rick h wrote:
> Thanks for the fast reply, but...
>
> Remove the toplevel option and it works. Is a toplevel not a master? that
> seems to be all that I can get out of it. The benefits of -in is the need
> not to specify a hierarchy...
While toplevels are perfectly suitable as masters, Tk also requires that
all things managed within a toplevel — directly or indirectly — be also
subwidgets of that toplevel. Formally, it requires that [winfo toplevel]
of both the slave and its master be the same. (Actually, it's a bit more
restricted than even that, but the difference there is rather technical
and doesn't matter for even vaguely sane layouts.)
Donal.