diff 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
line wrap: on
line diff
--- a/dw.h	Thu Jan 22 18:51:49 2004 +0000
+++ b/dw.h	Wed Feb 18 10:26:49 2004 +0000
@@ -1009,6 +1009,8 @@
 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);
+int API dw_container_get_column_type(HWND handle, int column);
+int API dw_filesystem_get_column_type(HWND handle, int column);
 void API dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext);
 void API dw_taskbar_delete(HWND handle, unsigned long icon);
 int API dw_screen_width(void);