]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/headerctrl.h
fix wxOS2 build where OpenGL headers are available but there's no wxGlCanvas implemen...
[wxWidgets.git] / include / wx / msw / headerctrl.h
index 74919ef11111ed0a7271397626fecd0c65a8b09f..b0a3ae5c0b902fa39babfa23ebc92000b5f914e1 100644 (file)
@@ -60,6 +60,7 @@ private:
 
     // override MSW-specific methods needed for new control
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+    virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
 
     // common part of all ctors
     void Init();
@@ -70,6 +71,11 @@ private:
     enum Operation { Set, Insert };
     void DoSetOrInsertItem(Operation oper, unsigned int idx);
 
+    // get the event type corresponding to a click or double click event
+    // (depending on dblclk value) with the specified (using MSW convention)
+    // mouse button
+    wxEventType GetClickEventType(bool dblclk, int button);
+
 
     // the image list: initially NULL, created on demand
     wxImageList *m_imageList;