diff dww-mingw.def @ 634:c6a216c8174f

Support for setting transparent colour for bitmaps Support for checkable menu items Mouse support on render window Fix bubble text on buttons dw_window_set_text() works for group box dw_window_set_size() and dw_window_set_pos_size() to allow negative values Add dw_draw_polygon()
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 10 Apr 2009 10:25:26 +0000
parents e0213b22fe5b
children 9ab89d89e6b4
line wrap: on
line diff
--- a/dww-mingw.def	Tue Jan 06 11:00:15 2009 +0000
+++ b/dww-mingw.def	Fri Apr 10 10:25:26 2009 +0000
@@ -59,10 +59,12 @@
   dw_window_redraw                       @79
 
   dw_bitmap_new                          @80
+  dw_window_set_bitmap_from_data         @81
 
   dw_button_new                          @90
   dw_bitmapbutton_new                    @91
   dw_bitmapbutton_new_from_file          @92
+  dw_bitmapbutton_new_from_data          @93
 
   dw_text_new                            @100
   dw_status_text_new                     @101
@@ -117,6 +119,7 @@
   dw_icon_load                           @210
   dw_icon_free                           @211
   dw_icon_load_from_file                 @212
+  dw_icon_load_from_data                 @213
 
   dw_container_new                       @220
   dw_container_setup                     @221
@@ -146,9 +149,10 @@
   dw_screen_width                        @250
   dw_screen_height                       @251
 
-  dw_color_depth_get                         @260
+  dw_color_depth_get                     @260
   dw_color_foreground_set                @261
   dw_color_background_set                @262
+  dw_color_choose                        @263
 
   dw_notebook_new                        @270
   dw_notebook_page_new                   @271
@@ -190,12 +194,15 @@
   dw_draw_line                           @332
   dw_draw_rect                           @333
   dw_draw_text                           @334
+  dw_draw_polygon                        @335
 
   dw_pixmap_bitblt                       @340
   dw_pixmap_new                          @341
   dw_pixmap_grab                         @342
   dw_pixmap_destroy                      @343
   dw_pixmap_new_from_file                @344
+  dw_pixmap_new_from_data                @345
+  dw_pixmap_set_transparent_color        @346
 
   dw_dialog_new                          @350
   dw_dialog_dismiss                      @351
@@ -258,3 +265,17 @@
   dw_named_event_post                    @463
   dw_named_event_wait                    @464
   dw_named_event_close                   @465
+
+  dw_html_new                            @470
+  dw_html_action                         @471
+  dw_html_raw                            @472
+  dw_html_url                            @473
+
+  dw_calendar_new                        @480
+  dw_calendar_set_date                   @481
+  dw_calendar_get_date                   @482
+
+
+  dw_clipboard_get_text                  @490
+  dw_clipboard_set_text                  @491
+