]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propform.h
Moved wxWindow::SetSizeHints implementation to wxTopLevelWindow,
[wxWidgets.git] / include / wx / propform.h
index 3b3b1ad85953b775790dc94366685bc525250f07..255b85204be299a92b52d0f78e0ec590b409a7d0 100644 (file)
 #ifndef _WX_PROPFORM_H_
 #define _WX_PROPFORM_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "propform.h"
 #endif
 
+#if wxUSE_PROPSHEET
+
 #include "wx/prop.h"
+#include "wx/panel.h"
+
+class WXDLLEXPORT wxPropertyFormView;
 
 ////
 //// Property form classes: for using an existing dialog or panel
@@ -324,5 +329,8 @@ private:
     DECLARE_CLASS(wxPropertyFormFrame)
 };
 
+#endif
+  // wxUSE_PROPSHEET
+
 #endif
   // _WX_PROPFORM_H_