]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
set m_clipXX so dc.GetClippingBox returns real bounding box
[wxWidgets.git] / include / wx / msw / notebook.h
index 265274a036d3b26a25465760f4eb536f406691bd..7ac0e7945be8e3c4424cdb68155aed9ce123ab6c 100644 (file)
@@ -19,9 +19,8 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifndef   _DYNARRAY_H
-  #include <wx/dynarray.h>
-#endif  //_DYNARRAY_H
+#include "wx/control.h"
+#include "wx/dynarray.h"
 
 // ----------------------------------------------------------------------------
 // types
@@ -34,7 +33,7 @@ class WXDLLEXPORT wxWindow;
 // array of notebook pages
 typedef wxWindow WXDLLEXPORT wxNotebookPage;  // so far, any window can be a page
 
-WX_DEFINE_ARRAY(wxNotebookPage *, wxArrayPages);
+WX_DEFINE_EXPORTED_ARRAY(wxNotebookPage *, wxArrayPages);
 
 // ----------------------------------------------------------------------------
 // wxNotebook