comparison dw.h @ 257:9ea4ac9a097f

Added dw_icon_load_from_file() on OS/2 and Windows. Added a stub on Unix to be filled in shortly.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 20 Feb 2003 20:19:09 +0000
parents 00d2b1bcf036
children ccddd3ca0637
comparison
equal deleted inserted replaced
256:63d68387d924 257:9ea4ac9a097f
695 void API dw_tree_collapse(HWND handle, HWND item); 695 void API dw_tree_collapse(HWND handle, HWND item);
696 void API dw_tree_item_select(HWND handle, HWND item); 696 void API dw_tree_item_select(HWND handle, HWND item);
697 void API dw_tree_set_data(HWND handle, HWND item, void *itemdata); 697 void API dw_tree_set_data(HWND handle, HWND item, void *itemdata);
698 int API dw_container_setup(HWND handle, unsigned long *flags, char **titles, int count, int separator); 698 int API dw_container_setup(HWND handle, unsigned long *flags, char **titles, int count, int separator);
699 unsigned long API dw_icon_load(unsigned long module, unsigned long id); 699 unsigned long API dw_icon_load(unsigned long module, unsigned long id);
700 unsigned long API dw_icon_load_from_file(char *filename);
700 void API dw_icon_free(unsigned long handle); 701 void API dw_icon_free(unsigned long handle);
701 void * API dw_container_alloc(HWND handle, int rowcount); 702 void * API dw_container_alloc(HWND handle, int rowcount);
702 void API dw_container_set_item(HWND handle, void *pointer, int column, int row, void *data); 703 void API dw_container_set_item(HWND handle, void *pointer, int column, int row, void *data);
703 void API dw_container_change_item(HWND handle, int column, int row, void *data); 704 void API dw_container_change_item(HWND handle, int column, int row, void *data);
704 void API dw_container_set_column_width(HWND handle, int column, int width); 705 void API dw_container_set_column_width(HWND handle, int column, int width);