First pass at wxPython for Mac (darwin only so far). It

builds but doesn't run yet.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-10-27 00:08:14 +00:00
parent 35bf863b1c
commit e6056257ab
64 changed files with 147822 additions and 237 deletions

View File

@@ -16,7 +16,9 @@
#include "helpers.h"
#include <wx/sashwin.h>
#include <wx/laywin.h>
#ifndef __WXMAC__
#include <wx/popupwin.h>
#endif
%}
//----------------------------------------------------------------------
@@ -203,6 +205,7 @@ public:
//---------------------------------------------------------------------------
#ifndef __WXMAC__
// wxPopupWindow: a special kind of top level window used for popup menus,
// combobox popups and such.
@@ -261,5 +264,6 @@ public:
virtual void Dismiss();
};
#endif
//---------------------------------------------------------------------------