comparison 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
comparison
equal deleted inserted replaced
502:56ea525c1a24 503:f3ed8dda02f8
1005 void API dw_container_delete_row(HWND handle, char *text); 1005 void API dw_container_delete_row(HWND handle, char *text);
1006 void API dw_container_optimize(HWND handle); 1006 void API dw_container_optimize(HWND handle);
1007 int API dw_filesystem_setup(HWND handle, unsigned long *flags, char **titles, int count); 1007 int API dw_filesystem_setup(HWND handle, unsigned long *flags, char **titles, int count);
1008 void API dw_filesystem_set_item(HWND handle, void *pointer, int column, int row, void *data); 1008 void API dw_filesystem_set_item(HWND handle, void *pointer, int column, int row, void *data);
1009 void API dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, unsigned long icon); 1009 void API dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, unsigned long icon);
1010 void API dw_filesystem_change_item(HWND handle, int column, int row, void *data);
1011 void API dw_filesystem_change_file(HWND handle, int row, char *filename, unsigned long icon);
1010 void dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext); 1012 void dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext);
1011 void dw_taskbar_delete(HWND handle, unsigned long icon); 1013 void dw_taskbar_delete(HWND handle, unsigned long icon);
1012 int API dw_screen_width(void); 1014 int API dw_screen_width(void);
1013 int API dw_screen_height(void); 1015 int API dw_screen_height(void);
1014 unsigned long API dw_color_depth(void); 1016 unsigned long API dw_color_depth(void);