X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0dbd6262a9ee7d735fb3930707346298f71b2cb7..794bcc2dea743ac907b839f54e451847c9ea4b72:/include/wx/mac/choice.h diff --git a/include/wx/mac/choice.h b/include/wx/mac/choice.h index 7f360ed5cc..4682944941 100644 --- a/include/wx/mac/choice.h +++ b/include/wx/mac/choice.h @@ -63,9 +63,11 @@ class WXDLLEXPORT wxChoice: public wxControl virtual inline void SetColumns(int WXUNUSED(n) = 1 ) { /* No effect */ } ; virtual inline int GetColumns() const { return 1 ; }; + void MacHandleControlClick( ControlHandle control , SInt16 controlpart ) ; protected: int m_noStrings; + MenuHandle m_macPopUpMenuHandle ; }; #endif