]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/widgets.h
added IsVisible() test
[wxWidgets.git] / samples / widgets / widgets.h
index 229a9337deaf6f54516799372fc772a624b7e570..7f36a57134f01086ae14e685e11ef9abd82a1ce4 100644 (file)
@@ -17,7 +17,9 @@ class WXDLLEXPORT wxNotebook;
 class WXDLLEXPORT wxSizer;
 class WXDLLEXPORT wxTextCtrl;
 
-class WXDLLEXPORT WidgetsPageInfo;
+class WidgetsPageInfo;
+
+#include "wx/panel.h"
 
 // all source files use wxImageList
 #include "wx/imaglist.h"
@@ -66,7 +68,7 @@ public:
 // dynamic WidgetsPage creation helpers
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT WidgetsPageInfo
+class WidgetsPageInfo
 {
 public:
     typedef WidgetsPage *(*Constructor)(wxNotebook *notebook,