changeset 616:2dcfe0b33284

*from_data functions added clipboard functions added
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 23 Mar 2008 05:18:13 +0000
parents f253a7559a59
children 4d1d9aeb0bbc
files dww.def
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dww.def	Sun Mar 23 05:15:45 2008 +0000
+++ b/dww.def	Sun Mar 23 05:18:13 2008 +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
@@ -196,6 +199,7 @@
   dw_pixmap_grab                         @342
   dw_pixmap_destroy                      @343
   dw_pixmap_new_from_file                @344
+  dw_pixmap_new_from_data                @345
 
   dw_dialog_new                          @350
   dw_dialog_dismiss                      @351
@@ -223,7 +227,7 @@
   dw_tree_get_title                      @381
   dw_tree_get_parent                     @382
 
-  dw_font_text_extents_get                   @385
+  dw_font_text_extents_get               @385
 
   dw_slider_new                          @390
   dw_slider_get_pos                      @391
@@ -268,3 +272,7 @@
   dw_calendar_set_date                   @481
   dw_calendar_get_date                   @482
 
+
+  dw_clipboard_get_text                  @490
+  dw_clipboard_set_text                  @491
+