diff readme @ 1475:e0212278f794

Added dw_window_set_gravity() to the template and readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 20 Dec 2011 18:05:13 +0000
parents b9efb744cfbd
children 73f2ad84d4ec
line wrap: on
line diff
--- a/readme	Tue Dec 20 16:31:04 2011 +0000
+++ b/readme	Tue Dec 20 18:05:13 2011 +0000
@@ -38,6 +38,9 @@
 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.
+Added dw_window_set_gravity() for enhanced window placement.
+Added automatic window border detection on GTK.
+   This eliminates the need for the DW_BORDER_* environment variables.
 Added Open Watcom compiler support for OS/2.
 Added pseudo transparent background widget support on Windows and OS/2.
    If you set the background color of a widget to DW_RGB_TRANSPARENT...