]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.h
Minor mods if any
[wxWidgets.git] / samples / listctrl / listtest.h
index aebe3fe242642300f3ccbb9d86807c4b255df558..5c374ae3c07234655f57d75aa0989440e18f3598 100644 (file)
@@ -34,6 +34,7 @@ public:
     void OnBeginLabelEdit(wxListEvent& event);
     void OnEndLabelEdit(wxListEvent& event);
     void OnDeleteItem(wxListEvent& event);
+    void OnDeleteAllItems(wxListEvent& event);
     void OnGetInfo(wxListEvent& event);
     void OnSetInfo(wxListEvent& event);
     void OnSelected(wxListEvent& event);
@@ -69,6 +70,8 @@ public:
     void OnSelectAll(wxCommandEvent& event);
     void OnDeleteAll(wxCommandEvent& event);
     void OnSort(wxCommandEvent& event);
+    void OnSetFgColour(wxCommandEvent& event);
+    void OnSetBgColour(wxCommandEvent& event);
 
     void BusyOn(wxCommandEvent& event);
     void BusyOff(wxCommandEvent& event);
@@ -94,6 +97,8 @@ enum
     BUSY_OFF                    = 11,
     LIST_DELETE_ALL             = 12,
     LIST_SORT,
+    LIST_SET_FG_COL,
+    LIST_SET_BG_COL,
 
     LIST_CTRL                   = 1000
 };