comparison 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
comparison
equal deleted inserted replaced
1388:8fe15c1648c9 1389:0512fbb08abf
34 Changes from version 2.2: 34 Changes from version 2.2:
35 Added dw_menu_delete_item() for removing menu items. 35 Added dw_menu_delete_item() for removing menu items.
36 Now you can use dw_window_destroy() on menu items handles also. 36 Now you can use dw_window_destroy() on menu items handles also.
37 Added dw_app_dir() which attempts to locate private application data 37 Added dw_app_dir() which attempts to locate private application data
38 for the current platform. 38 for the current platform.
39 Added dw_window_set_tooltip() for adding tooltips to most widgets.
40 All platforms supported except OS/2 which will be coming soon.
39 Fixed bubble help not being displayed on Windows. 41 Fixed bubble help not being displayed on Windows.
40 Fixed menu bar items remaining highlighted on Mac. 42 Fixed menu bar items remaining highlighted on Mac.
41 43
42 Dynamic Windows Documentation is available at: 44 Dynamic Windows Documentation is available at:
43 45