]> git.saurik.com Git - wxWidgets.git/blame - include/wx/xrc/xh_split.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / xrc / xh_split.h
CommitLineData
2f5b93fb 1/////////////////////////////////////////////////////////////////////////////
e8a793f0 2// Name: wx/xrc/xh_split.h
2f5b93fb
VS
3// Purpose: XRC resource for wxSplitterWindow
4// Author: panga@freemail.hu, Vaclav Slavik
5// Created: 2003/01/26
2f5b93fb
VS
6// Copyright: (c) 2003 panga@freemail.hu, Vaclav Slavik
7// Licence: wxWindows licence
8/////////////////////////////////////////////////////////////////////////////
9
10#ifndef _WX_XH_SPLIT_H_
11#define _WX_XH_SPLIT_H_
12
2f5b93fb
VS
13#include "wx/xrc/xmlres.h"
14
dd47af27
VZ
15#if wxUSE_XRC && wxUSE_SPLITTER
16
30dc3455 17class WXDLLIMPEXP_XRC wxSplitterWindowXmlHandler : public wxXmlResourceHandler
2f5b93fb 18{
dd47af27
VZ
19 DECLARE_DYNAMIC_CLASS(wxSplitterWindowXmlHandler)
20
2f5b93fb
VS
21public:
22 wxSplitterWindowXmlHandler();
23 virtual wxObject *DoCreateResource();
24 virtual bool CanHandle(wxXmlNode *node);
25};
26
dd47af27
VZ
27#endif // wxUSE_XRC && wxUSE_SPLITTER
28
2f5b93fb 29#endif // _WX_XH_SPLIT_H_