]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/choice.h
turn off directshow by default for lib dependancy
[wxWidgets.git] / include / wx / msw / choice.h
index 2ee9390c573fdaf32040779d57b60d7e606efb68..15b1bb818e4808536873e2b32ae4f05ffb34b2f7 100644 (file)
@@ -83,7 +83,7 @@ public:
 
     // MSW only
     virtual bool MSWCommand(WXUINT param, WXWORD id);
-    long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+    WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
     virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
             WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
 
@@ -101,10 +101,9 @@ protected:
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);
 
-    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+    virtual bool MSWShouldPreProcessMessage(WXMSG *pMsg);
 
-    // get the real height of the control
-    int GetVisibleHeight() const;
+    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
     // update the height of the drop down list to fit the number of items we
     // have (without changing the visible height)