comparison dw.h @ 1206:c7bb48cda53a

Switched from using NSBrowserCell to a DWImageAndTextCell subclass on Mac. NSBrowserCell did not implement a lot of display options that were required to implement the experimental dw_container_set_row_bg() function.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 08 Oct 2011 18:37:48 +0000
parents 39a5f5fc7628
children 5271d5cb27ac
comparison
equal deleted inserted replaced
1205:39a5f5fc7628 1206:c7bb48cda53a
1585 char * API dw_container_query_next(HWND handle, unsigned long flags); 1585 char * API dw_container_query_next(HWND handle, unsigned long flags);
1586 void API dw_container_scroll(HWND handle, int direction, long rows); 1586 void API dw_container_scroll(HWND handle, int direction, long rows);
1587 void API dw_container_cursor(HWND handle, char *text); 1587 void API dw_container_cursor(HWND handle, char *text);
1588 void API dw_container_delete_row(HWND handle, char *text); 1588 void API dw_container_delete_row(HWND handle, char *text);
1589 void API dw_container_optimize(HWND handle); 1589 void API dw_container_optimize(HWND handle);
1590 void API dw_container_set_row_bg(HWND handle, unsigned long oddcolor, unsigned long evencolor);
1590 int API dw_filesystem_setup(HWND handle, unsigned long *flags, char **titles, int count); 1591 int API dw_filesystem_setup(HWND handle, unsigned long *flags, char **titles, int count);
1591 void API dw_filesystem_set_item(HWND handle, void *pointer, int column, int row, void *data); 1592 void API dw_filesystem_set_item(HWND handle, void *pointer, int column, int row, void *data);
1592 void API dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, HICN icon); 1593 void API dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, HICN icon);
1593 void API dw_filesystem_change_item(HWND handle, int column, int row, void *data); 1594 void API dw_filesystem_change_item(HWND handle, int column, int row, void *data);
1594 void API dw_filesystem_change_file(HWND handle, int row, char *filename, HICN icon); 1595 void API dw_filesystem_change_file(HWND handle, int row, char *filename, HICN icon);