X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cba5db5ff0eb2a05ff042789b212a4e9ee0db676..9e691f46b2ec1b5dbbff2e51131e3c532e688a89:/include/wx/mac/choice.h diff --git a/include/wx/mac/choice.h b/include/wx/mac/choice.h index 3f796ac070..998f06d203 100644 --- a/include/wx/mac/choice.h +++ b/include/wx/mac/choice.h @@ -64,7 +64,7 @@ class WXDLLEXPORT wxChoice: public wxChoiceBase virtual int FindString(const wxString& s) const; virtual wxString GetString(int n) const ; virtual void SetString( int , const wxString& s ) ; - void MacHandleControlClick( ControlHandle control , SInt16 controlpart ) ; + void MacHandleControlClick( WXWidget control , wxInt16 controlpart ) ; /* virtual void Append(const wxString& item); @@ -78,7 +78,7 @@ class WXDLLEXPORT wxChoice: public wxChoiceBase // Mac specific virtual void Command(wxCommandEvent& event); - void MacHandleControlClick( ControlHandle control , SInt16 controlpart ) ; + void MacHandleControlClick( WXWidget control , wxInt16 controlpart ) ; virtual inline int GetColumns() const { return 1 ; }; */ @@ -94,7 +94,7 @@ protected: wxArrayString m_strings; wxChoiceDataArray m_datas ; - MenuHandle m_macPopUpMenuHandle ; + WXHMENU m_macPopUpMenuHandle ; }; #endif