]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.h
Applied Patch #1502801: Missing Clone() functions from some events
[wxWidgets.git] / samples / listctrl / listtest.h
index adbc329c22847cfc1b41cad84d66a1bdb21bab69..600eaf4b1ae08c3861574d624f6087333263e817 100644 (file)
@@ -71,11 +71,16 @@ public:
     void OnCacheHint(wxListEvent& event);
 
     void OnChar(wxKeyEvent& event);
+
 #if USE_CONTEXT_MENU
     void OnContextMenu(wxContextMenuEvent& event);
 #endif
 
+    void OnRightClick(wxMouseEvent& event);
+
 private:
+    void ShowContextMenu(const wxPoint& pos);
+    wxLog *m_logOld;
     void SetColumnImage(int col, int image);
 
     void LogEvent(const wxListEvent& event, const wxChar *eventName);
@@ -201,4 +206,3 @@ enum
 
     LIST_CTRL                   = 1000
 };
-