comparison dw.h @ 32:f3bf96c2786d

Added missing exports, added new tree functions and signals, fixed Win32 problem of showing icons even when not explicitly set.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 27 Aug 2001 17:16:12 +0000
parents d9e87e8bcf1d
children 72675de7d229
comparison
equal deleted inserted replaced
31:17a08cfd45d2 32:f3bf96c2786d
641 void dw_entryfield_set_limit(HWND handle, ULONG limit); 641 void dw_entryfield_set_limit(HWND handle, ULONG limit);
642 long dw_spinbutton_query(HWND handle); 642 long dw_spinbutton_query(HWND handle);
643 int dw_checkbox_query(HWND handle); 643 int dw_checkbox_query(HWND handle);
644 void dw_checkbox_set(HWND handle, int value); 644 void dw_checkbox_set(HWND handle, int value);
645 HWND dw_tree_insert(HWND handle, char *title, unsigned long icon, HWND parent); 645 HWND dw_tree_insert(HWND handle, char *title, unsigned long icon, HWND parent);
646 void dw_tree_clear(HWND handle);
647 void dw_tree_delete(HWND handle, HWND item);
646 int dw_container_setup(HWND handle, unsigned long *flags, char **titles, int count, int separator); 648 int dw_container_setup(HWND handle, unsigned long *flags, char **titles, int count, int separator);
647 unsigned long dw_icon_load(unsigned long module, unsigned long id); 649 unsigned long dw_icon_load(unsigned long module, unsigned long id);
648 void dw_icon_free(unsigned long handle); 650 void dw_icon_free(unsigned long handle);
649 void *dw_container_alloc(HWND handle, int rowcount); 651 void *dw_container_alloc(HWND handle, int rowcount);
650 void dw_container_set_item(HWND handle, void *pointer, int column, int row, void *data); 652 void dw_container_set_item(HWND handle, void *pointer, int column, int row, void *data);