Implement wxExecute with proper callback on Mac OS X

Backported from head


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-04-06 16:47:48 +00:00
parent 5b7fd7d337
commit 466a7a71c7
6 changed files with 214 additions and 24 deletions

View File

@@ -228,6 +228,10 @@ wxUniv:
- fixed refresh problem when message box is shown
wxMac:
- implement wxExecute with proper callback on Mac OS X
2.4.0
-----