tkinter: creating/attaching menubar to top level window

Rich Shepard rshepard at appl-ecosys.com
Fri Jan 8 18:17:28 EST 2021


On Fri, 8 Jan 2021, Richard Damon wrote:

> It could be either:
> self.menu = menubar
> or
> self['menu'] = menubar

Got it, Richard. Removed the period after 'self'.

Thanks,

Rich


More information about the Python-list mailing list