X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/873ff54b1f05225421d89b1256a808d673aeb269..11716cbe14313011016472f56edb51c55aabe852:/samples/notebook/notebook.h diff --git a/samples/notebook/notebook.h b/samples/notebook/notebook.h index f08ffd630b..d0b48b4afb 100644 --- a/samples/notebook/notebook.h +++ b/samples/notebook/notebook.h @@ -52,6 +52,8 @@ public: void OnNextPage(wxCommandEvent& event); void OnChangeSelection(wxCommandEvent &event); void OnSetSelection(wxCommandEvent &event); + void OnGetPageSize(wxCommandEvent &event); + void OnSetPageSize(wxCommandEvent &event); void OnAddSubPage(wxCommandEvent& event); void OnAddPageBefore(wxCommandEvent& event); @@ -167,6 +169,8 @@ enum ID_COMMANDS ID_ADD_SUB_PAGE, ID_CHANGE_SELECTION, ID_SET_SELECTION, + ID_GET_PAGE_SIZE, + ID_SET_PAGE_SIZE, #if wxUSE_HELP ID_CONTEXT_HELP,