xmlres: added support for wxMSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-07-26 21:49:18 +00:00
parent 10461e195f
commit 35a0184e7d
4 changed files with 33 additions and 11 deletions

View File

@@ -15,20 +15,25 @@
#define _EDITOR_H_
class wxXmlNode;
class WXDLLEXPORT wxTreeCtrl;
class WXDLLEXPORT wxScrolledWindow;
class WXDLLEXPORT wxSplitterWindow;
#include "wx/frame.h"
#include "wx/treectrl.h"
#include "wx/imaglist.h"
#include "wx/listctrl.h"
class wxXmlNode;
class wxTreeCtrl;
class wxScrolledWindow;
class wxSplitterWindow;
class NodeHandler;
class wxXmlNode;
class wxXmlDocument;
class EditorTreeCtrl;
class wxTreeCtrl;
class wxListCtrl;
class wxTreeItemId;
class wxImageList;
class wxTreeEvent;
class wxListEvent;
enum ChangeType
{