git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11131
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#pragma interface "prop.h"
#endif
+#if wxUSE_PROPSHEET
+
#include "wx/defs.h"
#include "wx/string.h"
#include "wx/hash.h"
inline bool IsEnabled(void) const { return m_enabled; }
};
+#endif
+ // wxUSE_PROPSHEET
+
#endif
// _WX_PROP_H_
#pragma interface "propform.h"
#endif
+#if wxUSE_PROPSHEET
+
#include "wx/prop.h"
////
DECLARE_CLASS(wxPropertyFormFrame)
};
+#endif
+ // wxUSE_PROPSHEET
+
#endif
// _WX_PROPFORM_H_
#pragma interface "proplist.h"
#endif
+#if wxUSE_PROPSHEET
+
#include "wx/prop.h"
#define wxPROP_BUTTON_CLOSE 1
void OnEdit(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow);
};
+#endif
+ // wxUSE_PROPSHEET
+
#endif
// _WX_PROPLIST_H_