source:
dev/trunk/abdev/ProjectEditor/FileTree.h@
410
Last change on this file since 410 was 3, checked in by , 18 years ago | |
---|---|
File size: 265 bytes |
Line | |
---|---|
1 | |
2 | |
3 | class CFileTree{ |
4 | HIMAGELIST hImageList; |
5 | public: |
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 | |
17 | extern CFileTree *pobj_FileTree; |
Note:
See TracBrowser
for help on using the repository browser.