Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine new scalable way to define make menu items and bind events #18

Open
dougthor42 opened this issue Dec 8, 2014 · 0 comments
Open
Assignees
Labels

Comments

@dougthor42
Copy link
Owner

TODO on line 103 of wm_frame.py:
# TODO: There's gotta be a more scalable way to make menu items
# and bind events... I'll run out of names if I have too many items.
# If I use numbers, as displayed in wxPython Demo, then things
# become confusing if I want to reorder things.

Basically I want to be able to arbitrarily add and move around menu items and still have them bind to the correct events.

Also need to separate out the menu creation code. I don't like how messy it is.

@dougthor42 dougthor42 self-assigned this Dec 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant