# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1306442634 0 # Node ID 49a53cf864c172395f0ca46f67174223a111bf77 # Parent 05ff61fd60d7f184ba746800d84deb49fa6c1e07 Fixed a typo and clarified one of the known issues which had been outdated and not particularly clear in the readme. diff -r 05ff61fd60d7 -r 49a53cf864c1 readme --- 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