1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/xrc/xh_grid.h
3 // Purpose: XML resource handler for wxGrid
4 // Author: Agron Selimaj
6 // Copyright: (c) 2005 Agron Selimaj, Freepour Controls Inc.
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
13 #include "wx/xrc/xmlres.h"
15 #if wxUSE_XRC && wxUSE_GRID
17 class WXDLLIMPEXP_XRC wxGridXmlHandler
: public wxXmlResourceHandler
19 DECLARE_DYNAMIC_CLASS(wxGridXmlHandler
)
24 virtual wxObject
*DoCreateResource();
25 virtual bool CanHandle(wxXmlNode
*node
);
28 #endif // wxUSE_XRC && wxUSE_GRID
30 #endif // _WX_XH_GRD_H_