]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
Implement most of AppendRow(), PrependRow(), InsertRow(),
[wxWidgets.git] / include / wx / msw / listctrl.h
index fea89427704fc7287fc22a6683a833cc5ccdea2c..4bb1855f5efe308dda3cbb7dcd0943012054d920 100644 (file)
@@ -346,6 +346,7 @@ public:
     // IMPLEMENTATION
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
+    virtual bool MSWShouldPreProcessMessage(WXMSG* msg);
 
     // bring the control in sync with current m_windowStyle value
     void UpdateStyle();