]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.h
Uses new wxMenu(long style) constructor.
[wxWidgets.git] / samples / listctrl / listtest.h
index c9bbb749bdb04c2fea0b37e6e6a7b39ac1265d34..942ddadfc06ac2dd01f983ac802dfb96cb9e09cc 100644 (file)
@@ -39,6 +39,8 @@ public:
        void OnListKeyDown(wxListEvent& event);
        void OnActivated(wxListEvent& event);
 
+    void OnChar(wxKeyEvent& event);
+
    DECLARE_EVENT_TABLE()
 };
 
@@ -60,7 +62,6 @@ 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);