]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/combobox.h
Fixed typo in my last commit (it did break socket detection code :-( ).
[wxWidgets.git] / include / wx / mac / combobox.h
index 6fda37448e5c5a472171bc40a4d3e907f5b714b9..c8d91061cf685388a79a72b247d2abb3d736a552 100644 (file)
@@ -78,10 +78,10 @@ class WXDLLEXPORT wxComboBox: public wxChoice
   virtual void Remove(long from, long to);
   virtual void SetSelection(long from, long to);
   virtual void SetEditable(bool editable);
   virtual void Remove(long from, long to);
   virtual void SetSelection(long from, long to);
   virtual void SetEditable(bool editable);
-       void            MacHandleControlClick( ControlHandle control , SInt16 controlpart ) ;
+       void            MacHandleControlClick( WXWidget control , wxInt16 controlpart ) ;
 protected:
   int m_noStrings;
 protected:
   int m_noStrings;
-  MenuHandle   m_macPopUpMenuHandle ;
+  WXHMENU      m_macPopUpMenuHandle ;
 };
 
 #endif
 };
 
 #endif