X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/df1496e3eb11e87e15a29fd04c068cd6cd3b607e..7cbe148e2fb4a47a84873708936fb2e88ed02e2c:/samples/notebook/notebook.h 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,