source: dev/ProjectEditor/FileTree.h@ 3

Last change on this file since 3 was 3, checked in by dai_9181, 17 years ago
File size: 265 bytes
Line 
1
2
3class CFileTree{
4 HIMAGELIST hImageList;
5public:
6 HWND hTree;
7 CFileTree(HWND hParent);
8 ~CFileTree();
9
10 void ContextMenu(POINT *pPos);
11
12 HTREEITEM insert(char *str);
13
14 void resize(int x,int y,int cx,int cy);
15};
16
17extern CFileTree *pobj_FileTree;
Note: See TracBrowser for help on using the repository browser.