comparison 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
comparison
equal deleted inserted replaced
1743:a297b2bde127 1744:535e8c19a13d
1605 void API dw_container_scroll(HWND handle, int direction, long rows); 1605 void API dw_container_scroll(HWND handle, int direction, long rows);
1606 void API dw_container_cursor(HWND handle, char *text); 1606 void API dw_container_cursor(HWND handle, char *text);
1607 void API dw_container_delete_row(HWND handle, char *text); 1607 void API dw_container_delete_row(HWND handle, char *text);
1608 void API dw_container_optimize(HWND handle); 1608 void API dw_container_optimize(HWND handle);
1609 void API dw_container_set_stripe(HWND handle, unsigned long oddcolor, unsigned long evencolor); 1609 void API dw_container_set_stripe(HWND handle, unsigned long oddcolor, unsigned long evencolor);
1610 void API dw_filesystem_set_column_title(HWND handle, char *title);
1610 int API dw_filesystem_setup(HWND handle, unsigned long *flags, char **titles, int count); 1611 int API dw_filesystem_setup(HWND handle, unsigned long *flags, char **titles, int count);
1611 void API dw_filesystem_set_item(HWND handle, void *pointer, int column, int row, void *data); 1612 void API dw_filesystem_set_item(HWND handle, void *pointer, int column, int row, void *data);
1612 void API dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, HICN icon); 1613 void API dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, HICN icon);
1613 void API dw_filesystem_change_item(HWND handle, int column, int row, void *data); 1614 void API dw_filesystem_change_item(HWND handle, int column, int row, void *data);
1614 void API dw_filesystem_change_file(HWND handle, int row, char *filename, HICN icon); 1615 void API dw_filesystem_change_file(HWND handle, int row, char *filename, HICN icon);