diff readme @ 1427:7b735226ab94

Simplified the widget color handling code on Windows. Added support for pseudo transparent widget background colors on Windows. Updated the readme with recent features.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 03 Dec 2011 19:33:42 +0000
parents 28210f7941c7
children fbaec6e5df63
line wrap: on
line diff
--- a/readme	Sat Dec 03 09:11:44 2011 +0000
+++ b/readme	Sat Dec 03 19:33:42 2011 +0000
@@ -39,6 +39,12 @@
 Added dw_window_set_tooltip() for adding tooltips to most widgets.
 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 Open Watcom compiler support for OS/2.
+Added pseudo transparent background widget support on Windows.
+   If you set the background color of a widget to DW_RGB_TRANSPARENT...
+   it will attempt to use the background color of the parent.
+   Several types of widgets have this set by default now.
 Fixed bubble help not being displayed on Windows.
 Fixed menu bar items remaining highlighted on Mac.