11 #ifndef _WX_XH_A2DMENU_H_
12 #define _WX_XH_A2DMENU_H_
14 #include "wx/xrc/xmlres.h"
15 #include "wx/xrc/xh_menu.h"
18 #include "wx/xrc/xh_toolb.h"
25 virtual wxObject* DoCreateResource();
26 virtual bool CanHandle( wxXmlNode* node );
36 virtual wxObject* DoCreateResource();
37 virtual bool CanHandle( wxXmlNode* node );
38 static wxFrame* m_parentFrame;
47 virtual wxObject* DoCreateResource();
48 virtual bool CanHandle( wxXmlNode* node );
56 #endif // _WX_XH_MENU_H_
Docview classes for document view, window and frame.