diff dw.h @ 503:f3ed8dda02f8

Added dw_filesystem_change_*() and testcase code from Mark in dwtest. Also, added _fix_button_owner() to dw_window_redraw() on OS/2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 18 Jan 2004 06:33:25 +0000
parents edcf9ec12f8c
children c607eb385e58
line wrap: on
line diff
--- a/dw.h	Sat Jan 17 16:19:02 2004 +0000
+++ b/dw.h	Sun Jan 18 06:33:25 2004 +0000
@@ -1007,6 +1007,8 @@
 int API dw_filesystem_setup(HWND handle, unsigned long *flags, char **titles, int count);
 void API dw_filesystem_set_item(HWND handle, void *pointer, int column, int row, void *data);
 void API dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, unsigned long icon);
+void API dw_filesystem_change_item(HWND handle, int column, int row, void *data);
+void API dw_filesystem_change_file(HWND handle, int row, char *filename, unsigned long icon);
 void dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext);
 void dw_taskbar_delete(HWND handle, unsigned long icon);
 int API dw_screen_width(void);