comparison readme @ 1394:a151d45a7041

Added generic tooltip support on OS/2. Will be modifying the behavior shortly to delay tooltip display... and after a time remove the tooltip... so it acts like the other platforms.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 27 Nov 2011 09:03:26 +0000
parents 0512fbb08abf
children 28210f7941c7
comparison
equal deleted inserted replaced
1393:eb83c9830dfa 1394:a151d45a7041
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. 39 Added dw_window_set_tooltip() for adding tooltips to most widgets.
40 All platforms supported except OS/2 which will be coming soon.
41 Fixed bubble help not being displayed on Windows. 40 Fixed bubble help not being displayed on Windows.
42 Fixed menu bar items remaining highlighted on Mac. 41 Fixed menu bar items remaining highlighted on Mac.
43 42
44 Dynamic Windows Documentation is available at: 43 Dynamic Windows Documentation is available at:
45 44