X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b1414681c6134c9d70b0d9cd58b89b07ae41249..3df732cd473eb29e12ce374afe074c404a86f55e:/include/wx/msw/wince/choicece.h diff --git a/include/wx/msw/wince/choicece.h b/include/wx/msw/wince/choicece.h index 75aedb775f..64e9905801 100644 --- a/include/wx/msw/wince/choicece.h +++ b/include/wx/msw/wince/choicece.h @@ -98,6 +98,11 @@ public: // get the subclassed window proc of the buddy list of choices WXFARPROC GetBuddyWndProc() const { return m_wndProcBuddy; } + // return the choice object whose buddy is the given window or NULL + static wxChoice *GetChoiceForListBox(WXHWND hwndBuddy); + + virtual bool MSWCommand(WXUINT param, WXWORD id); + protected: virtual void DoSetItemClientData( int n, void* clientData ); virtual void* DoGetItemClientData( int n ) const;