X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..4ba4821431adee122cf42015ddf78bf42d0208d0:/src/univ/notebook.cpp?ds=inline diff --git a/src/univ/notebook.cpp b/src/univ/notebook.cpp index cb24dadee1..d359b2e455 100644 --- a/src/univ/notebook.cpp +++ b/src/univ/notebook.cpp @@ -48,6 +48,9 @@ static const size_t INVALID_PAGE = (size_t)-1; +DEFINE_EVENT_TYPE(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED) +DEFINE_EVENT_TYPE(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING) + // ---------------------------------------------------------------------------- // private classes // ----------------------------------------------------------------------------