]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.h
added wxPowerEvent; moved power functions stubs to common/powercmn.cpp
[wxWidgets.git] / samples / listctrl / listtest.h
index adbc329c22847cfc1b41cad84d66a1bdb21bab69..2673ce0e988cd27139256cc630777dde44136e49 100644 (file)
@@ -71,11 +71,14 @@ public:
     void OnCacheHint(wxListEvent& event);
 
     void OnChar(wxKeyEvent& event);
+
 #if USE_CONTEXT_MENU
     void OnContextMenu(wxContextMenuEvent& event);
 #endif
 
 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 +204,3 @@ enum
 
     LIST_CTRL                   = 1000
 };
-