comparison readme @ 1475:e0212278f794

Added dw_window_set_gravity() to the template and readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 20 Dec 2011 18:05:13 +0000
parents b9efb744cfbd
children 73f2ad84d4ec
comparison
equal deleted inserted replaced
1474:cd3d7e341467 1475:e0212278f794
36 Added dw_window_get_preferred_size() for getting the size the system 36 Added dw_window_get_preferred_size() for getting the size the system
37 thinks the widget should be, to aid in creating layouts. 37 thinks the widget should be, to aid in creating layouts.
38 Added support for -1 size parameter to the dw_box_pack*() functions to 38 Added support for -1 size parameter to the dw_box_pack*() functions to
39 automatically figure out a suggested size for many controls. 39 automatically figure out a suggested size for many controls.
40 Added automatic window redraw support for OS/2, Windows and Mac. 40 Added automatic window redraw support for OS/2, Windows and Mac.
41 Added dw_window_set_gravity() for enhanced window placement.
42 Added automatic window border detection on GTK.
43 This eliminates the need for the DW_BORDER_* environment variables.
41 Added Open Watcom compiler support for OS/2. 44 Added Open Watcom compiler support for OS/2.
42 Added pseudo transparent background widget support on Windows and OS/2. 45 Added pseudo transparent background widget support on Windows and OS/2.
43 If you set the background color of a widget to DW_RGB_TRANSPARENT... 46 If you set the background color of a widget to DW_RGB_TRANSPARENT...
44 it will attempt to use the background color of the parent. 47 it will attempt to use the background color of the parent.
45 Several types of widgets have this set by default now. 48 Several types of widgets have this set by default now.