#pragma interface "prop.h"
#endif
+#if wxUSE_PROPSHEET
+
#include "wx/defs.h"
#include "wx/string.h"
#include "wx/hash.h"
#include "wx/textctrl.h"
#include "wx/gdicmn.h"
#include "wx/layout.h"
+#include "wx/sizer.h"
class wxWindow;
class wxProperty;
inline bool IsEnabled(void) const { return m_enabled; }
};
+#endif
+ // wxUSE_PROPSHEET
+
#endif
// _WX_PROP_H_