comparison dw.h @ 1291:b99b0b2c2826

Renamed dw_container_set_row_bg() to dw_container_set_stripe().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 01 Nov 2011 04:06:46 +0000
parents 9e477efbacca
children 18a31ab94e3d
comparison
equal deleted inserted replaced
1290:d2c4deea6bf6 1291:b99b0b2c2826
1593 char * API dw_container_query_next(HWND handle, unsigned long flags); 1593 char * API dw_container_query_next(HWND handle, unsigned long flags);
1594 void API dw_container_scroll(HWND handle, int direction, long rows); 1594 void API dw_container_scroll(HWND handle, int direction, long rows);
1595 void API dw_container_cursor(HWND handle, char *text); 1595 void API dw_container_cursor(HWND handle, char *text);
1596 void API dw_container_delete_row(HWND handle, char *text); 1596 void API dw_container_delete_row(HWND handle, char *text);
1597 void API dw_container_optimize(HWND handle); 1597 void API dw_container_optimize(HWND handle);
1598 void API dw_container_set_row_bg(HWND handle, unsigned long oddcolor, unsigned long evencolor); 1598 void API dw_container_set_stripe(HWND handle, unsigned long oddcolor, unsigned long evencolor);
1599 int API dw_filesystem_setup(HWND handle, unsigned long *flags, char **titles, int count); 1599 int API dw_filesystem_setup(HWND handle, unsigned long *flags, char **titles, int count);
1600 void API dw_filesystem_set_item(HWND handle, void *pointer, int column, int row, void *data); 1600 void API dw_filesystem_set_item(HWND handle, void *pointer, int column, int row, void *data);
1601 void API dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, HICN icon); 1601 void API dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, HICN icon);
1602 void API dw_filesystem_change_item(HWND handle, int column, int row, void *data); 1602 void API dw_filesystem_change_item(HWND handle, int column, int row, void *data);
1603 void API dw_filesystem_change_file(HWND handle, int row, char *filename, HICN icon); 1603 void API dw_filesystem_change_file(HWND handle, int row, char *filename, HICN icon);