diff win/dw-mingw.def @ 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 0512fbb08abf
children 1794caee0758
line wrap: on
line diff
--- a/win/dw-mingw.def	Sun Dec 04 19:13:10 2011 +0000
+++ b/win/dw-mingw.def	Sun Dec 04 20:11:38 2011 +0000
@@ -65,6 +65,7 @@
   dw_window_set_bitmap_from_data         @81
   dw_window_get_font                     @82
   dw_window_set_tooltip                  @83
+  dw_window_get_preferred_size           @84
 
   dw_button_new                          @90
   dw_bitmapbutton_new                    @91