jarvisteach / appJar

Simple Tkinter GUIs in Python
http://appJar.info
Other
612 stars 68 forks source link

Refactor menus #305

Open jarvisteach opened 6 years ago

jarvisteach commented 6 years ago

Need to put some work in on menus (and shortcuts specifically #298, #146, #145 )

jarvisteach commented 6 years ago

Accelerators/shortcuts moved into own class.

There is some inconsistency around disabling of menus that needs investigating - what happens when a submenu is disabled, does it get tall items in that sub?

jarvisteach commented 6 years ago

Resolved cascade on disable/enable.

There are issues on rename & delete:

jarvisteach commented 6 years ago

simpleAppJar create function included: .menu(), will not include .menubar()

Needs to work to make it get/set - requires easy way to lookup a menu item...

jarvisteach commented 6 years ago

WidgetManager