/////////////////////////////////////////////////////////////////////////////
-// Name: xh_choicbk.h
+// Name: wx/xrc/xh_choicbk.h
// Purpose: XML resource handler for wxChoicebook
// Author: Vaclav Slavik
// Copyright: (c) 2000 Vaclav Slavik
#ifndef _WX_XH_CHOICEBK_H_
#define _WX_XH_CHOICEBK_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "xh_choicbk.h"
-#endif
-
#include "wx/xrc/xmlres.h"
-#if wxUSE_CHOICEBOOK
+#if wxUSE_XRC && wxUSE_CHOICEBOOK
-class WXDLLEXPORT wxChoicebook;
+class WXDLLIMPEXP_FWD_CORE wxChoicebook;
class WXDLLIMPEXP_XRC wxChoicebookXmlHandler : public wxXmlResourceHandler
{
-DECLARE_DYNAMIC_CLASS(wxChoicebookXmlHandler)
+ DECLARE_DYNAMIC_CLASS(wxChoicebookXmlHandler)
+
public:
wxChoicebookXmlHandler();
virtual wxObject *DoCreateResource();
wxChoicebook *m_choicebook;
};
-#endif
+#endif // wxUSE_XRC && wxUSE_CHOICEBOOK
#endif // _WX_XH_CHOICEBK_H_