projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed wxUniCharRef::IsAscii() definition
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_wizrd.h
diff --git
a/include/wx/xrc/xh_wizrd.h
b/include/wx/xrc/xh_wizrd.h
index aa5dfbf972b51594666ecf758e4421fea1a7cc5f..5342ee665bc8bffd8e47fa316331d93adb875de5 100644
(file)
--- a/
include/wx/xrc/xh_wizrd.h
+++ b/
include/wx/xrc/xh_wizrd.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: xh_wizrd.h
+// Name:
wx/xrc/
xh_wizrd.h
// Purpose: XML resource handler for wxWizard
// Author: Vaclav Slavik
// Created: 2003/03/02
// Purpose: XML resource handler for wxWizard
// Author: Vaclav Slavik
// Created: 2003/03/02
@@
-9,20
+9,19
@@
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_XH_WIZRD_H_
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_XH_WIZRD_H_
-#define _WX_XH_WIZRDL_H_
-
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "xh_wizrd.h"
-#endif
+#define _WX_XH_WIZRD_H_
#include "wx/xrc/xmlres.h"
#include "wx/xrc/xmlres.h"
-#if wxUSE_WIZARDDLG
+#if wxUSE_
XRC && wxUSE_
WIZARDDLG
-#include "wx/wizard.h"
+class WXDLLEXPORT wxWizard;
+class WXDLLEXPORT wxWizardPageSimple;
-class WX
XMLDLLEXPORT
wxWizardXmlHandler : public wxXmlResourceHandler
+class WX
DLLIMPEXP_XRC
wxWizardXmlHandler : public wxXmlResourceHandler
{
{
+ DECLARE_DYNAMIC_CLASS(wxWizardXmlHandler)
+
public:
wxWizardXmlHandler();
virtual wxObject *DoCreateResource();
public:
wxWizardXmlHandler();
virtual wxObject *DoCreateResource();
@@
-33,6
+32,6
@@
private:
wxWizardPageSimple *m_lastSimplePage;
};
wxWizardPageSimple *m_lastSimplePage;
};
-#endif
+#endif
// wxUSE_XRC && wxUSE_WIZARDDLG
-#endif // _WX_XH_
PANEL
_H_
+#endif // _WX_XH_
WIZRD
_H_