]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
Revert Cygwin changes
[wxWidgets.git] / include / wx / msw / listctrl.h
index 8f6278e592e0797bc4def57b8c70539f9651fddf..711e1f93c68ba83ac3fe6cfbb0cc58e0f76ad27d 100644 (file)
@@ -375,6 +375,11 @@ protected:
     // convert our styles to Windows
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
+    // special Windows message handling
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg,
+                                    WXWPARAM wParam,
+                                    WXLPARAM lParam);
+
 
     wxTextCtrl*       m_textCtrl;        // The control used for editing a label
     wxImageList *     m_imageListNormal; // The image list for normal icons