projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compilation fix after last commit
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_text.h
diff --git
a/include/wx/xrc/xh_text.h
b/include/wx/xrc/xh_text.h
index 6bd2b7d2850ac2a0dfd702e5a985679b737f7e2b..63c3769c6603c94da4271d9a3ff7ae3cb709c111 100644
(file)
--- a/
include/wx/xrc/xh_text.h
+++ b/
include/wx/xrc/xh_text.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: xh_text.h
+// Name:
wx/xrc/
xh_text.h
// Purpose: XML resource handler for wxTextCtrl
// Author: Aleksandras Gluchovas
// Created: 2000/03/21
// Purpose: XML resource handler for wxTextCtrl
// Author: Aleksandras Gluchovas
// Created: 2000/03/21
@@
-11,20
+11,20
@@
#ifndef _WX_XH_TEXT_H_
#define _WX_XH_TEXT_H_
#ifndef _WX_XH_TEXT_H_
#define _WX_XH_TEXT_H_
-#ifdef __GNUG__
-#pragma interface "xh_text.h"
-#endif
-
#include "wx/xrc/xmlres.h"
#include "wx/xrc/xmlres.h"
+#if wxUSE_XRC && wxUSE_TEXTCTRL
-class WX
XMLDLLEXPORT
wxTextCtrlXmlHandler : public wxXmlResourceHandler
+class WX
DLLIMPEXP_XRC
wxTextCtrlXmlHandler : public wxXmlResourceHandler
{
{
+ DECLARE_DYNAMIC_CLASS(wxTextCtrlXmlHandler)
+
public:
wxTextCtrlXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
public:
wxTextCtrlXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
+#endif // wxUSE_XRC && wxUSE_TEXTCTRL
#endif // _WX_XH_TEXT_H_
#endif // _WX_XH_TEXT_H_