diff dw.h @ 317:83edbd751da9

Added dw_tree_get_data() to get a tree item's data.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 03 Apr 2003 00:29:46 +0000
parents 77105fe19c1f
children e5f0613b65cd
line wrap: on
line diff
--- a/dw.h	Wed Apr 02 11:31:38 2003 +0000
+++ b/dw.h	Thu Apr 03 00:29:46 2003 +0000
@@ -839,6 +839,7 @@
 void API dw_tree_collapse(HWND handle, HWND item);
 void API dw_tree_item_select(HWND handle, HWND item);
 void API dw_tree_set_data(HWND handle, HWND item, void *itemdata);
+void * API dw_tree_get_data(HWND handle, HWND item);
 int API dw_container_setup(HWND handle, unsigned long *flags, char **titles, int count, int separator);
 unsigned long API dw_icon_load(unsigned long module, unsigned long id);
 unsigned long API dw_icon_load_from_file(char *filename);