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

Event type aliases (wxEVT_XXXX for wxEVT_COMMAND_XXXX) #51

Merged
merged 2 commits into from
Dec 22, 2019

Conversation

toshinagata
Copy link
Contributor

This patch includes the event type aliases (wxEVT_XXXX for wxEVT_COMMAND_XXXX) that were introduced in wxWigdets 3.0.

The list of aliases can be found here:
https://wiki.wxwidgets.org/EventTypes_and_Event-Table_Macros

The 'old' wxEVT_COMMAND_XXXX event types still work, but they are not listed in the wx3.0 documents. It is sometimes very hard to find which event type to use. The above web page is very helpful, but it would be better if we can find the correct symbol from the wx3.0 documents.

@pkulchenko pkulchenko merged commit 7a084c8 into pkulchenko:master Dec 22, 2019
@pkulchenko
Copy link
Owner

@toshinagata, thank you; merged. You can combine .i file updates and generated bindings into one commit in the future.

@toshinagata
Copy link
Contributor Author

@pkulchenko, thank you.

You can combine .i file updates and generated bindings into one commit in the future.

I see. Next time I will do that.

@toshinagata toshinagata deleted the evt_command branch December 23, 2019 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants