diff readme @ 1389:0512fbb08abf

Added dw_window_set_tooltip() for adding bubble help to most controls. Mac, Windows and GTK should be supported... OS/2 coming soon.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 26 Nov 2011 21:00:14 +0000
parents fd1de4e9e542
children a151d45a7041
line wrap: on
line diff
--- a/readme	Sat Nov 26 20:20:41 2011 +0000
+++ b/readme	Sat Nov 26 21:00:14 2011 +0000
@@ -36,6 +36,8 @@
     Now you can use dw_window_destroy() on menu items handles also.
 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.
+    All platforms supported except OS/2 which will be coming soon.
 Fixed bubble help not being displayed on Windows.
 Fixed menu bar items remaining highlighted on Mac.