changeset 1043:49a53cf864c1

Fixed a typo and clarified one of the known issues which had been outdated and not particularly clear in the readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 26 May 2011 20:43:54 +0000
parents 05ff61fd60d7
children 59343c7493a3
files readme
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/readme	Thu May 26 12:37:34 2011 +0000
+++ b/readme	Thu May 26 20:43:54 2011 +0000
@@ -6,7 +6,8 @@
 
 Known problems:
 
-Boxes don't adhere to ratios on Unix.
+Boxes with no expandable items will have their contents centered on 
+    GTK instead of top or left justified on the other platforms.
 MDI does not work on GTK3 and is not implemented the same on Mac.
     At this time we cannot recommend using MDI in new code,
     but it will be supported for existing code on OS/2, Win and GTK2.
@@ -45,7 +46,7 @@
 Added dw_window_get_font() for checking the font used on a widget.
 Added dw_container_change_row_title() for changing a row pointer after insert.
 Added clipboard support on OS/2.
-Added HICN data type for icon handles an changed icon functions to use it.
+Added HICN data type for icon handles and changed icon functions to use it.
 Added DW_RESOURCE() macro for casting to HICN when using resource IDs.
 Added support for borderless buttons except on Windows (DW_BS_NOBORDER).
 Changed the return codes of dw_container_setup, dw_filesystem_setup and