]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.h
minor corrections for CodeWarrior
[wxWidgets.git] / samples / listctrl / listtest.h
index a79c15066c453dea57051cd5cfb2ad02458466c6..e0ca2f31f7fc5198cc903a7e84987b3f61a669ad 100644 (file)
@@ -74,6 +74,8 @@ public:
     void OnSetFgColour(wxCommandEvent& event);
     void OnSetBgColour(wxCommandEvent& event);
     void OnToggleMultiSel(wxCommandEvent& event);
+    void OnShowColInfo(wxCommandEvent& event);
+    void OnUpdateShowColInfo(wxUpdateUIEvent& event);
 
     void BusyOn(wxCommandEvent& event);
     void BusyOff(wxCommandEvent& event);
@@ -109,6 +111,7 @@ enum
     LIST_SET_BG_COL,
     LIST_TOGGLE_MULTI_SEL,
     LIST_TOGGLE_FIRST,
+    LIST_SHOW_COL_INFO,
 
     LIST_CTRL                   = 1000
 };