changeset 1209:a99a08671b64

Added information about dw_container_set_row_bg() to the readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 08 Oct 2011 19:30:37 +0000
parents 53547c9c99a2
children 5a016a5a7412
files readme
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/readme	Sat Oct 08 19:20:09 2011 +0000
+++ b/readme	Sat Oct 08 19:30:37 2011 +0000
@@ -52,6 +52,8 @@
    number when building from a subversion source tree.
 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.   
 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.