wxCocoa: Added basic (i.e. not working) implementation of wxComboBox

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-07-14 15:58:33 +00:00
parent cb3b19dbad
commit 421a84317f
3 changed files with 233 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ public:
#include "wx/gtk/combobox.h"
#elif defined(__WXMAC__)
#include "wx/mac/combobox.h"
#elif defined(__WXCOCOA__)
#include "wx/cocoa/combobox.h"
#elif defined(__WXPM__)
#include "wx/os2/combobox.h"
#endif