diff 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
line wrap: on
line diff
--- a/dw.h	Wed Oct 05 19:43:27 2011 +0000
+++ b/dw.h	Sat Oct 08 18:37:48 2011 +0000
@@ -1587,6 +1587,7 @@
 void API dw_container_cursor(HWND handle, char *text);
 void API dw_container_delete_row(HWND handle, char *text);
 void API dw_container_optimize(HWND handle);
+void API dw_container_set_row_bg(HWND handle, unsigned long oddcolor, unsigned long evencolor);
 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);