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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user