You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The render method draws the menu on a supplied parameter. The show method acts more like the event_handler or event_hook methods, but registers a show_handler.
It would probably make more sense to use the same design pattern in all the different widgets.
The text was updated successfully, but these errors were encountered:
SDLx::Widget::Menu
has methodrender
SDLx::Widget::Textbox
has methodshow
The
render
method draws the menu on a supplied parameter. Theshow
method acts more like theevent_handler
orevent_hook
methods, but registers ashow_handler
.It would probably make more sense to use the same design pattern in all the different widgets.
The text was updated successfully, but these errors were encountered: