Game Development Community

GuiTreeViewCtrl - Needs documentation!

by Nicolai Dutka · in Technical Issues · 07/03/2009 (3:54 pm) · 0 replies

I've been searching for 2 hours now and can't find any explanations on the GuiTreeViewCtrl...

1. I need to know exactly how to add a directory with expand/collapse buttons for folders.

2. I need to be able to add the entire 'data/shapes/' folder and ALL sub-folders.

3. I want ONLY '.dts' objects added to the list.

4. I want all the .dts objects from step 3 to retain their directory structure so I can click a folder to expand it and see only the .dts objects in that one folder.

5. Once I get this working, I need the .dts objects in the list to run a command when clicked.