projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add HideCol/RowLabels
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_bttn.h
diff --git
a/include/wx/xrc/xh_bttn.h
b/include/wx/xrc/xh_bttn.h
index e05647fa33078196c4ff9e9bb17dc73ce17cf048..88018268b6703d88e723ea273ca75cfadcd8180b 100644
(file)
--- a/
include/wx/xrc/xh_bttn.h
+++ b/
include/wx/xrc/xh_bttn.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: xh_bttn.h
+// Name:
wx/xrc/
xh_bttn.h
// Purpose: XML resource handler for buttons
// Author: Vaclav Slavik
// Created: 2000/03/05
// Purpose: XML resource handler for buttons
// Author: Vaclav Slavik
// Created: 2000/03/05
@@
-11,20
+11,20
@@
#ifndef _WX_XH_BTTN_H_
#define _WX_XH_BTTN_H_
#ifndef _WX_XH_BTTN_H_
#define _WX_XH_BTTN_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "xh_bttn.h"
-#endif
-
#include "wx/xrc/xmlres.h"
#include "wx/xrc/xmlres.h"
+#if wxUSE_XRC && wxUSE_BUTTON
+
class WXDLLIMPEXP_XRC wxButtonXmlHandler : public wxXmlResourceHandler
{
class WXDLLIMPEXP_XRC wxButtonXmlHandler : public wxXmlResourceHandler
{
-DECLARE_DYNAMIC_CLASS(wxButtonXmlHandler)
+ DECLARE_DYNAMIC_CLASS(wxButtonXmlHandler)
+
public:
wxButtonXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
public:
wxButtonXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
+#endif // wxUSE_XRC && wxUSE_BUTTON
#endif // _WX_XH_BTTN_H_
#endif // _WX_XH_BTTN_H_