diff 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
line wrap: on
line diff
--- a/dw.h	Sat Aug 25 17:08:01 2001 +0000
+++ b/dw.h	Mon Aug 27 17:16:12 2001 +0000
@@ -643,6 +643,8 @@
 int dw_checkbox_query(HWND handle);
 void dw_checkbox_set(HWND handle, int value);
 HWND dw_tree_insert(HWND handle, char *title, unsigned long icon, HWND parent);
+void dw_tree_clear(HWND handle);
+void dw_tree_delete(HWND handle, HWND item);
 int dw_container_setup(HWND handle, unsigned long *flags, char **titles, int count, int separator);
 unsigned long dw_icon_load(unsigned long module, unsigned long id);
 void dw_icon_free(unsigned long handle);