diff readme.txt @ 1750:1de7daad85a3

Updated readme, removed debug message and committed fixes for ANSI builds on Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 13 Jun 2012 20:50:17 +0000
parents 7dd1659c2693
children 227e13044ce3
line wrap: on
line diff
--- a/readme.txt	Wed Jun 13 20:08:41 2012 +0000
+++ b/readme.txt	Wed Jun 13 20:50:17 2012 +0000
@@ -39,6 +39,9 @@
    do it automatically (Mac and GTK). OS/2 and Windows limit the size.
 Added toolbar control support to replace existing bitmap buttons on Windows.
 Added dw_filesystem_set_column_title() to fill a hole in localization.   
+Added new optional UTF-8 parameter to the key press callback.
+    This is a pointer to a UTF-8 string representing the key pressed.
+    The buffer pointed to is only good for the duration of the callback.
 Fixed dwindows-config --version not returning the version at all.
 Fixed value changed events not working for spinbuttons on OS/2 and Windows.
 Fixed issues drawing arcs on GTK2, GTK3 and Mac.