diff dw.h @ 167:0b3debaa9c6c

Added new container functions, and fixed resource leaks.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 26 Nov 2002 07:10:37 +0000
parents a4ae65d5b301
children 75bf3051235f
line wrap: on
line diff
--- a/dw.h	Tue Nov 19 20:27:45 2002 +0000
+++ b/dw.h	Tue Nov 26 07:10:37 2002 +0000
@@ -709,6 +709,7 @@
 void dw_icon_free(unsigned long handle);
 void *dw_container_alloc(HWND handle, int rowcount);
 void dw_container_set_item(HWND handle, void *pointer, int column, int row, void *data);
+void dw_container_change_item(HWND handle, int column, int row, void *data);
 void dw_container_set_column_width(HWND handle, int column, int width);
 void dw_container_set_row_title(void *pointer, int row, char *title);
 void dw_container_insert(HWND handle, void *pointer, int rowcount);
@@ -719,6 +720,7 @@
 char *dw_container_query_next(HWND handle, unsigned long flags);
 void dw_container_scroll(HWND handle, int direction, long rows);
 void dw_container_cursor(HWND handle, char *text);
+void dw_container_delete_row(HWND handle, char *text);
 void dw_container_optimize(HWND handle);
 int dw_filesystem_setup(HWND handle, unsigned long *flags, char **titles, int count);
 void dw_filesystem_set_item(HWND handle, void *pointer, int column, int row, void *data);