X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..7aa5864467bf0bb220fdc447876f13f178ae8f35:/src/univ/notebook.cpp diff --git a/src/univ/notebook.cpp b/src/univ/notebook.cpp index cb24dadee1..fc7ba86ffa 100644 --- a/src/univ/notebook.cpp +++ b/src/univ/notebook.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01.02.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -31,8 +31,8 @@ #include "wx/imaglist.h" #include "wx/notebook.h" - #include "wx/spinbutt.h" +#include "wx/dcmemory.h" #include "wx/univ/renderer.h" @@ -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 // ----------------------------------------------------------------------------