diff readme.txt @ 1678:896f377a47c7

Added exports for building with MinGW on Windows and Watcom on OS/2. Updated some errorneous text in the source comments. Updated readme with information about the new functions.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 27 Apr 2012 15:49:16 +0000
parents df25fee81502
children 96fcc01693cf
line wrap: on
line diff
--- a/readme.txt	Fri Apr 27 15:33:05 2012 +0000
+++ b/readme.txt	Fri Apr 27 15:49:16 2012 +0000
@@ -30,6 +30,8 @@
 Added codepage 1208 (UTF-8) as the default codepage on OS/2.
 Added support for Control-Click on Mac for button press events.
 Added DW_POINTER() macro for casting parameters to (void *).
+Added dw_box_remove() and dw_box_remove_at_index() for removing items
+   from boxes without destroying them. Also allows removal of padding.
 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.