]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/notebook.cpp
new VC++ project files with both dll and lib in one project
[wxWidgets.git] / src / msw / notebook.cpp
index 9f8021bf01355a3a97e5e4a19838ecea4a3170e1..37ae63235ed81c477b15fec833254c1b00509235 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "notebook.h"
 #endif
 
 #include "wx/panel.h"
 #endif
 
+/*
+       notebookpage
+               object
+               object_ref
+               label
+               selected
+               style
+               usenotebooksizer
+*/
+
 // ----------------------------------------------------------------------------
 // macros
 // ----------------------------------------------------------------------------