diff readme @ 1213:22cedf18db25

Fixed a slight miscalculation and simplified the Windows container row code. Also added alternating row colors to the test program and updated readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 09 Oct 2011 10:13:16 +0000
parents a99a08671b64
children 771440316206
line wrap: on
line diff
--- a/readme	Sun Oct 09 09:50:07 2011 +0000
+++ b/readme	Sun Oct 09 10:13:16 2011 +0000
@@ -53,7 +53,7 @@
 Added dw_container_set_row_data() and dw_container_change_row_data() macros
    which just call dw_container_set/change_row_title() but with (void *).
 Added dw_container_set_row_bg() to set alternating row colors.
-   Currently only Mac and GTK3 support. Windows and GTK2 in progress.   
+   Currently Mac, Win and GTK3 are supported. GTK2 in progress.   
 Improved container optimization on Mac, header width now taken into account.
 Fixes for incorrect return codes from the dw_event_* functions on Windows.
 Fixes for incorrect behavior on key_press callbacks on Mac and Windows.