aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/src/wxe_util.erl
AgeCommit message (Collapse)Author
2014-02-13wx: Rewrite eventhandling againDan Gudmundsson
Remove the extra wxEvtListener that only caused confusion, now everything is automatically cleaned up by the destructors and event sent to erlang when it becomes delete for all cases.
2012-12-13wx: Build targets to platform subdirsDan Gudmundsson
And add code so wx can be run from src tree during development.
2012-11-19Enable silent start of wxHÃ¥kan Mattsson
Add {silent_start, boolean()} option to wx:new/1 in order to be able to suppress error messages during startup of wx.
2010-11-15Remove ostype sub dirs below wx/privDan Gudmundsson
This was intended for distributing several binaries in one package, in standalone version, it has no need when included in otp.
2010-11-15Windows and Mac build issuesDan Gudmundsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP