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
307 stars 59 forks source link

Missing methods in wxGraphicsPenInfo are implemented #107

Closed toshinagata closed 2 years ago

toshinagata commented 2 years ago

Only Width/GetWidth were implemented in wxGraphicsPenInfo. Other methods are added. Note that Dashes()/GetDashes() need %override, and they are implemented as in #97.

pkulchenko commented 2 years ago

Thank you for the patch!