X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1550d5f80d130fea1c05302e890095b7ad27e085..d11e8786ed13b72766eea18cb577cc00f9f08f41:/include/wx/msw/wince/choicece.h diff --git a/include/wx/msw/wince/choicece.h b/include/wx/msw/wince/choicece.h index bb893609f3..64e9905801 100644 --- a/include/wx/msw/wince/choicece.h +++ b/include/wx/msw/wince/choicece.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Name: wx/msw/wince/choicece.h -// Purpose: wxChoice implementation for Smartphones +// Purpose: wxChoice implementation for smart phones driven by WinCE // Author: Wlodzimierz ABX Skiba // Modified by: // Created: 29.07.2004 @@ -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;