# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1318102237 0 # Node ID a99a08671b64bdb83a39443733158d318a9f0c88 # Parent 53547c9c99a22c31c2d37ff84b75a0ce75946514 Added information about dw_container_set_row_bg() to the readme. diff -r 53547c9c99a2 -r a99a08671b64 readme --- 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.