]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/combobox.h
Open Watcom doesn't like typename, use class (patch 826812)
[wxWidgets.git] / include / wx / mac / combobox.h
index 3da2f84e6a34c7c2c876dae5df9b05c5f28b5bf6..e07db8a96251f2a463f3fe3078e7dec07660db5b 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_COMBOBOX_H_
 #define _WX_COMBOBOX_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "combobox.h"
 #endif
 
@@ -22,7 +22,7 @@
 WXDLLEXPORT_DATA(extern const wxChar*) wxComboBoxNameStr;
 
 // Combobox item
-class WXDLLEXPORT wxComboBox: public wxComboBoxBase , public wxControl
+class WXDLLEXPORT wxComboBox : public wxControl, public wxComboBoxBase
 {
   DECLARE_DYNAMIC_CLASS(wxComboBox)
 
@@ -95,6 +95,8 @@ class WXDLLEXPORT wxComboBox: public wxComboBoxBase , public wxControl
     virtual int GetCount() const { return m_choice->GetCount() ; }
     void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ;
 
+    wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJECT_RECAST
+
 protected:
     virtual int DoAppend(const wxString& item) ;
     virtual int DoInsert(const wxString& item, int pos) ;