X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0dbd6262a9ee7d735fb3930707346298f71b2cb7..2a36259f27f58de31cdd66d6c5176e776fc25df3:/include/wx/mac/choice.h?ds=sidebyside 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