<div dir="ltr"><div>I always download the Windows binaries for Erlang, and I have never used git -- I don't understand what a pull request is.</div><div><br></div><div>At <a href="http://www.erlang.org/doc/man/wxEvtHandler.html#connect-2">http://www.erlang.org/doc/man/wxEvtHandler.html#connect-2</a>, there is a link labeled "EventType" (It's the second argument to wxEvtHandler:connect/2) which points, rather than to wxEventType( ) (the documentation for which appears not to exist), to <a href="http://www.erlang.org/doc/man/wxEvtHandler.html#connect-3">http://www.erlang.org/doc/man/wxEvtHandler.html#connect-3</a></div>
<div><br></div><div>To find what I needed, which was the event type for a user's operating a wxButton, I used notepad to read a copy of wx.hrl to which I had added carriage returns, so I now know it's command_button_clicked.</div>
<div><br></div><div>Regards,</div><div>John Ashmun</div><div><br></div></div>