X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/425ec0a5a3c94ba0a560eca83cb3620b83bc6baf..359cde15e07bd684c9175b51c04ab02c9ee40745:/samples/notebook/notebook.h diff --git a/samples/notebook/notebook.h b/samples/notebook/notebook.h index 8374b57a8f..e92a039bc4 100644 --- a/samples/notebook/notebook.h +++ b/samples/notebook/notebook.h @@ -6,7 +6,7 @@ // Created: 25/10/98 // RCS-ID: $Id$ // Copyright: (c) 1998-2002 wxWidgets team -// License: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #include "wx/choicebk.h" @@ -49,7 +49,8 @@ public: void OnDeleteCurPage(wxCommandEvent& event); void OnDeleteLastPage(wxCommandEvent& event); void OnNextPage(wxCommandEvent& event); - void OnGoHome(wxCommandEvent &event); + void OnChangeSelection(wxCommandEvent &event); + void OnSetSelection(wxCommandEvent &event); void OnAddSubPage(wxCommandEvent& event); void OnAddPageBefore(wxCommandEvent& event); @@ -150,7 +151,8 @@ enum ID_COMMANDS ID_NEXT_PAGE, ID_ADD_PAGE_BEFORE, ID_ADD_SUB_PAGE, - ID_GO_HOME, + ID_CHANGE_SELECTION, + ID_SET_SELECTION, #if wxUSE_HELP ID_CONTEXT_HELP,