projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
sizeof(char) is 1. By definition.
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_bmpbt.h
diff --git
a/include/wx/xrc/xh_bmpbt.h
b/include/wx/xrc/xh_bmpbt.h
index 7927585a2d75af131af083749ad7d48da6fe82bd..ec72f2670abc9596fa6aad5a14c1a7b5cf0cf84f 100644
(file)
--- a/
include/wx/xrc/xh_bmpbt.h
+++ b/
include/wx/xrc/xh_bmpbt.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: xh_bmpbt.h
+// Name:
wx/xrc/
xh_bmpbt.h
// Purpose: XML resource handler for bitmap buttons
// Author: Brian Gavin
// Created: 2000/03/05
// Purpose: XML resource handler for bitmap buttons
// Author: Brian Gavin
// Created: 2000/03/05
@@
-11,20
+11,20
@@
#ifndef _WX_XH_BMPBT_H_
#define _WX_XH_BMPBT_H_
#ifndef _WX_XH_BMPBT_H_
#define _WX_XH_BMPBT_H_
-#ifdef __GNUG__
-#pragma interface "xh_bmpbt.h"
-#endif
-
#include "wx/xrc/xmlres.h"
#include "wx/xrc/xmlres.h"
+#if wxUSE_XRC && wxUSE_BMPBUTTON
-class WX
XMLDLLEXPORT
wxBitmapButtonXmlHandler : public wxXmlResourceHandler
+class WX
DLLIMPEXP_XRC
wxBitmapButtonXmlHandler : public wxXmlResourceHandler
{
{
+ DECLARE_DYNAMIC_CLASS(wxBitmapButtonXmlHandler)
+
public:
wxBitmapButtonXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
public:
wxBitmapButtonXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
+#endif // wxUSE_XRC && wxUSE_BMPBUTTON
#endif // _WX_XH_BMPBT_H_
#endif // _WX_XH_BMPBT_H_