comparison readme @ 1429:fbaec6e5df63

Added dw_window_get_preferred_size() which attempts to determine the size the system wants for the widget. This is useful when creating nice looking layouts.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 04 Dec 2011 20:11:38 +0000
parents 7b735226ab94
children 2cca36ec3da6
comparison
equal deleted inserted replaced
1428:7826031d48ce 1429:fbaec6e5df63
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 dw_window_get_preferred_size() for getting the size the system
41 thinks the widget should be, to aid in creating layouts.
40 Added support for -1 size parameter to the dw_box_pack*() functions to 42 Added support for -1 size parameter to the dw_box_pack*() functions to
41 automatically figure out a suggested size for many controls. 43 automatically figure out a suggested size for many controls.
42 Added automatic window redraw support for OS/2, Windows and Mac. 44 Added automatic window redraw support for OS/2, Windows and Mac.
43 Added Open Watcom compiler support for OS/2. 45 Added Open Watcom compiler support for OS/2.
44 Added pseudo transparent background widget support on Windows. 46 Added pseudo transparent background widget support on Windows.