pkulchenko / wxlua

wxlua: Lua bindings for wxWidgets cross-platform GUI toolkit; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and wxWidgets 3.x
306 stars 59 forks source link

Add missing events related to wxHtml #59

Closed Ruin0x11 closed 4 years ago

Ruin0x11 commented 4 years ago

Hi. Thanks for maintaining this library.

There are a few wxWidgets events I'm needing but aren't currently available in wxLua:

wxEVT_HTML_CELL_CLICKED
wxEVT_HTML_CELL_HOVER
wxEVT_HTML_LINK_CLICKED

Could they be added to the main branch?

pkulchenko commented 4 years ago

@Ruin0x11, thanks for the patch! I added the generated files and merged.