]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combobox.h
added GetHpen() and GetHpenOf()
[wxWidgets.git] / include / wx / msw / combobox.h
index f47d004cb6bae5e730fbd085992e3a90b6c98d87..e7b3dc1f427ae77cde3712a0f58863cac55cecd6 100644 (file)
@@ -95,11 +95,16 @@ public:
     // implementation only from now on
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     bool MSWProcessEditMsg(WXUINT msg, WXWPARAM wParam, WXLPARAM lParam);
+    virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+
     virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
             WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
 
     WXHWND GetEditHWND() const;
 
+protected:
+    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxComboBox)
 };