]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.h
more files to ignore in cvs commands (setup.h, lex_yy.c, y_tab.c)
[wxWidgets.git] / samples / listctrl / listtest.h
index 4126bbbab21aed276d76e81362d75ee436a80fa7..79063942a4fcd83373a1e06e84d588c9e3420dcc 100644 (file)
@@ -36,7 +36,8 @@ public:
        void OnSetInfo(wxListEvent& event);
        void OnSelected(wxListEvent& event);
        void OnDeselected(wxListEvent& event);
-       void OnKeyDown(wxListEvent& event);
+       void OnListKeyDown(wxListEvent& event);
+       void OnActivated(wxListEvent& event);
 
    DECLARE_EVENT_TABLE()
 };
@@ -59,7 +60,8 @@ class MyFrame: public wxFrame
     void OnIconTextView(wxCommandEvent& event);
     void OnSmallIconView(wxCommandEvent& event);
     void OnSmallIconTextView(wxCommandEvent& event);
-       bool OnClose(void) { return TRUE; }
+    void OnDeselectAll(wxCommandEvent& event);
+    void OnSelectAll(wxCommandEvent& event);
 
    DECLARE_EVENT_TABLE()
 };
@@ -73,6 +75,8 @@ class MyFrame: public wxFrame
 #define LIST_SMALL_ICON_VIEW        5
 #define LIST_SMALL_ICON_TEXT_VIEW   6
 #define LIST_REPORT_VIEW            7
+#define LIST_DESELECT_ALL           8
+#define LIST_SELECT_ALL             9
 #define LIST_ABOUT                  102
 
 #define LIST_CTRL                   1000