]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/choicece.h
removed wxUSE_MENU_CALLBACK references: the code inside the #if couldn't compile...
[wxWidgets.git] / include / wx / msw / wince / choicece.h
index 75aedb775fee820d5ab28fb4260f8de5078ed0a2..64e99058010808ae65b0f934d4a36283e396fdbc 100644 (file)
@@ -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;