We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SDLx::Widget::Menu has method event_hook
SDLx::Widget::Menu
event_hook
SDLx::Widget::Textbox has method event_handler
SDLx::Widget::Textbox
event_handler
These methods both have the same use case. We should probably pick one of name and stick with that.
The text was updated successfully, but these errors were encountered:
After another look, it might make sense to make event_hander a private method for the textbox.
event_hander
Sorry, something went wrong.
You are right, that Textbox::event_handler should be private.
No branches or pull requests
SDLx::Widget::Menu
has methodevent_hook
SDLx::Widget::Textbox
has methodevent_handler
These methods both have the same use case. We should probably pick one of name and stick with that.
The text was updated successfully, but these errors were encountered: