X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c47711479ece3eb4bacfdb9a64326a73c313d6f6..a362e3aa309e3e68ac9b625fe4d63081c9454c42:/samples/listctrl/listtest.h diff --git a/samples/listctrl/listtest.h b/samples/listctrl/listtest.h index b303d90559..942ddadfc0 100644 --- a/samples/listctrl/listtest.h +++ b/samples/listctrl/listtest.h @@ -36,7 +36,10 @@ 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); + + void OnChar(wxKeyEvent& event); DECLARE_EVENT_TABLE() }; @@ -59,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);