comparison dw.h @ 508:078a40ba2e41

Added dw_container_get_column_type and dw_filesystem_get_column_type.
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 18 Feb 2004 10:26:49 +0000
parents c607eb385e58
children 710f82598210
comparison
equal deleted inserted replaced
507:c607eb385e58 508:078a40ba2e41
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); 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); 1011 void API dw_filesystem_change_file(HWND handle, int row, char *filename, unsigned long icon);
1012 int API dw_container_get_column_type(HWND handle, int column);
1013 int API dw_filesystem_get_column_type(HWND handle, int column);
1012 void API dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext); 1014 void API dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext);
1013 void API dw_taskbar_delete(HWND handle, unsigned long icon); 1015 void API dw_taskbar_delete(HWND handle, unsigned long icon);
1014 int API dw_screen_width(void); 1016 int API dw_screen_width(void);
1015 int API dw_screen_height(void); 1017 int API dw_screen_height(void);
1016 unsigned long API dw_color_depth(void); 1018 unsigned long API dw_color_depth(void);