comparison 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
comparison
equal deleted inserted replaced
316:a07e08f708d6 317:83edbd751da9
837 void API dw_tree_set(HWND handle, HWND item, char *title, unsigned long icon); 837 void API dw_tree_set(HWND handle, HWND item, char *title, unsigned long icon);
838 void API dw_tree_expand(HWND handle, HWND item); 838 void API dw_tree_expand(HWND handle, HWND item);
839 void API dw_tree_collapse(HWND handle, HWND item); 839 void API dw_tree_collapse(HWND handle, HWND item);
840 void API dw_tree_item_select(HWND handle, HWND item); 840 void API dw_tree_item_select(HWND handle, HWND item);
841 void API dw_tree_set_data(HWND handle, HWND item, void *itemdata); 841 void API dw_tree_set_data(HWND handle, HWND item, void *itemdata);
842 void * API dw_tree_get_data(HWND handle, HWND item);
842 int API dw_container_setup(HWND handle, unsigned long *flags, char **titles, int count, int separator); 843 int API dw_container_setup(HWND handle, unsigned long *flags, char **titles, int count, int separator);
843 unsigned long API dw_icon_load(unsigned long module, unsigned long id); 844 unsigned long API dw_icon_load(unsigned long module, unsigned long id);
844 unsigned long API dw_icon_load_from_file(char *filename); 845 unsigned long API dw_icon_load_from_file(char *filename);
845 void API dw_icon_free(unsigned long handle); 846 void API dw_icon_free(unsigned long handle);
846 void * API dw_container_alloc(HWND handle, int rowcount); 847 void * API dw_container_alloc(HWND handle, int rowcount);