# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1318164736 0 # Node ID 7714403162064274b8f8e32cbb52bf348f571d11 # Parent c46c9894a8cf7e215b93e3f567bcb68fb4b6a374 Minor readme update. diff -r c46c9894a8cf -r 771440316206 readme --- a/readme Sun Oct 09 12:50:14 2011 +0000 +++ b/readme Sun Oct 09 12:52: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 Mac, Win and GTK3 are supported. GTK2 in progress. + Currently Mac, Win and GTK2 and GTK3 are supported. 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.