diff readme @ 1429:fbaec6e5df63

Added dw_window_get_preferred_size() which attempts to determine the size the system wants for the widget. This is useful when creating nice looking layouts.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 04 Dec 2011 20:11:38 +0000
parents 7b735226ab94
children 2cca36ec3da6
line wrap: on
line diff
--- a/readme	Sun Dec 04 19:13:10 2011 +0000
+++ b/readme	Sun Dec 04 20:11:38 2011 +0000
@@ -37,6 +37,8 @@
 Added dw_app_dir() which attempts to locate private application data
     for the current platform.
 Added dw_window_set_tooltip() for adding tooltips to most widgets.
+Added dw_window_get_preferred_size() for getting the size the system
+    thinks the widget should be, to aid in creating layouts.
 Added support for -1 size parameter to the dw_box_pack*() functions to 
     automatically figure out a suggested size for many controls.
 Added automatic window redraw support for OS/2, Windows and Mac.