added missing conditional compilation test for wxUSE_PROPSHEET
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,6 +16,8 @@
|
|||||||
#pragma interface "prop.h"
|
#pragma interface "prop.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if wxUSE_PROPSHEET
|
||||||
|
|
||||||
#include "wx/defs.h"
|
#include "wx/defs.h"
|
||||||
#include "wx/string.h"
|
#include "wx/string.h"
|
||||||
#include "wx/hash.h"
|
#include "wx/hash.h"
|
||||||
@@ -334,5 +336,8 @@ class WXDLLEXPORT wxProperty: public wxObject
|
|||||||
inline bool IsEnabled(void) const { return m_enabled; }
|
inline bool IsEnabled(void) const { return m_enabled; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
// wxUSE_PROPSHEET
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// _WX_PROP_H_
|
// _WX_PROP_H_
|
||||||
|
@@ -16,6 +16,8 @@
|
|||||||
#pragma interface "propform.h"
|
#pragma interface "propform.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if wxUSE_PROPSHEET
|
||||||
|
|
||||||
#include "wx/prop.h"
|
#include "wx/prop.h"
|
||||||
|
|
||||||
////
|
////
|
||||||
@@ -324,5 +326,8 @@ private:
|
|||||||
DECLARE_CLASS(wxPropertyFormFrame)
|
DECLARE_CLASS(wxPropertyFormFrame)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
// wxUSE_PROPSHEET
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// _WX_PROPFORM_H_
|
// _WX_PROPFORM_H_
|
||||||
|
@@ -46,6 +46,8 @@
|
|||||||
#pragma interface "proplist.h"
|
#pragma interface "proplist.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if wxUSE_PROPSHEET
|
||||||
|
|
||||||
#include "wx/prop.h"
|
#include "wx/prop.h"
|
||||||
|
|
||||||
#define wxPROP_BUTTON_CLOSE 1
|
#define wxPROP_BUTTON_CLOSE 1
|
||||||
@@ -578,5 +580,8 @@ class WXDLLEXPORT wxListOfStringsListValidator: public wxPropertyListValidator
|
|||||||
void OnEdit(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow);
|
void OnEdit(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
// wxUSE_PROPSHEET
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// _WX_PROPLIST_H_
|
// _WX_PROPLIST_H_
|
||||||
|
Reference in New Issue
Block a user