X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/df1496e3eb11e87e15a29fd04c068cd6cd3b607e..514fd350e8b074ad13960adc1b51e4a6058c539d:/samples/notebook/notebook.h?ds=sidebyside diff --git a/samples/notebook/notebook.h b/samples/notebook/notebook.h index 68b732e7b4..41d44068c8 100644 --- a/samples/notebook/notebook.h +++ b/samples/notebook/notebook.h @@ -48,6 +48,7 @@ public: void OnDeleteCurPage(wxCommandEvent& event); void OnDeleteLastPage(wxCommandEvent& event); void OnNextPage(wxCommandEvent& event); + void OnGoHome(wxCommandEvent &event); void OnAddSubPage(wxCommandEvent& event); void OnAddPageBefore(wxCommandEvent& event); @@ -147,6 +148,7 @@ enum ID_COMMANDS ID_NEXT_PAGE, ID_ADD_PAGE_BEFORE, ID_ADD_SUB_PAGE, + ID_GO_HOME, #if wxUSE_HELP ID_CONTEXT_HELP,