projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Factory some of wxFilterClassFactory into a base class.
[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 e9bfbf5251a96ffc791233e8ec32666d1ecdf2c3..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,21
+11,20
@@
#ifndef _WX_XH_TEXT_H_
#define _WX_XH_TEXT_H_
#ifndef _WX_XH_TEXT_H_
#define _WX_XH_TEXT_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
-#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)
+ 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_