add a menu item to test setting focus (see #626 comment:42)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-03-16 11:49:04 +00:00
parent 7235c54d3b
commit 5cfb5f66af
2 changed files with 9 additions and 0 deletions

View File

@@ -228,6 +228,7 @@ public:
void OnClearBold(wxCommandEvent& WXUNUSED(event)) { DoSetBold(false); }
void OnEnsureVisible(wxCommandEvent& event);
void OnSetFocus(wxCommandEvent& event);
void OnCount(wxCommandEvent& event);
void OnCountRec(wxCommandEvent& event);
@@ -339,6 +340,7 @@ enum
TreeTest_ToggleSel,
TreeTest_CollapseAndReset,
TreeTest_EnsureVisible,
TreeTest_SetFocus,
TreeTest_AddItem,
TreeTest_InsertItem,
TreeTest_IncIndent,