added test of focusing/selecting another item

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-03-16 00:04:51 +00:00
parent 8f5b44d805
commit 6ef2b23056
2 changed files with 16 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ protected:
void OnVirtualView(wxCommandEvent& event);
void OnSmallVirtualView(wxCommandEvent& event);
void OnGoTo(wxCommandEvent& event);
void OnFocusLast(wxCommandEvent& event);
void OnToggleFirstSel(wxCommandEvent& event);
void OnDeselectAll(wxCommandEvent& event);
@@ -201,6 +202,7 @@ enum
LIST_TOGGLE_FIRST,
LIST_SHOW_COL_INFO,
LIST_SHOW_SEL_INFO,
LIST_GOTO,
LIST_FOCUS_LAST,
LIST_FREEZE,
LIST_THAW,