X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/435fe83e747aba481a255bab37768038cf9a9e81..a362e3aa309e3e68ac9b625fe4d63081c9454c42:/samples/listctrl/listtest.h?ds=sidebyside diff --git a/samples/listctrl/listtest.h b/samples/listctrl/listtest.h index c9bbb749bd..942ddadfc0 100644 --- a/samples/listctrl/listtest.h +++ b/samples/listctrl/listtest.h @@ -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);