comparison readme @ 1413:28210f7941c7

Safety checks for -1 parameter to dw_box_pack*() for GTK3. Updated the readme with dw_box_pack*() changes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 02 Dec 2011 09:25:37 +0000
parents a151d45a7041
children 7b735226ab94
comparison
equal deleted inserted replaced
1412:246aadf8fbd4 1413:28210f7941c7
33 33
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. 39 Added dw_window_set_tooltip() for adding tooltips to most widgets.
40 Added support for -1 size parameter to the dw_box_pack*() functions to
41 automatically figure out a suggested size for many controls.
40 Fixed bubble help not being displayed on Windows. 42 Fixed bubble help not being displayed on Windows.
41 Fixed menu bar items remaining highlighted on Mac. 43 Fixed menu bar items remaining highlighted on Mac.
42 44
43 Dynamic Windows Documentation is available at: 45 Dynamic Windows Documentation is available at:
44 46