diff dw.h @ 1744:535e8c19a13d

Added dw_filesystem_set_column_title() function to aid in localization.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 04 Jun 2012 22:18:56 +0000
parents cc3aba44943e
children 227e13044ce3
line wrap: on
line diff
--- a/dw.h	Sun Jun 03 19:44:04 2012 +0000
+++ b/dw.h	Mon Jun 04 22:18:56 2012 +0000
@@ -1607,6 +1607,7 @@
 void API dw_container_delete_row(HWND handle, char *text);
 void API dw_container_optimize(HWND handle);
 void API dw_container_set_stripe(HWND handle, unsigned long oddcolor, unsigned long evencolor);
+void API dw_filesystem_set_column_title(HWND handle, char *title);
 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, HICN icon);