comparison dww.def @ 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 2cd65f372859
children e0213b22fe5b
comparison
equal deleted inserted replaced
615:f253a7559a59 616:2dcfe0b33284
57 dw_window_lower @77 57 dw_window_lower @77
58 dw_window_click_default @78 58 dw_window_click_default @78
59 dw_window_redraw @79 59 dw_window_redraw @79
60 60
61 dw_bitmap_new @80 61 dw_bitmap_new @80
62 dw_window_set_bitmap_from_data @81
62 63
63 dw_button_new @90 64 dw_button_new @90
64 dw_bitmapbutton_new @91 65 dw_bitmapbutton_new @91
65 dw_bitmapbutton_new_from_file @92 66 dw_bitmapbutton_new_from_file @92
67 dw_bitmapbutton_new_from_data @93
66 68
67 dw_text_new @100 69 dw_text_new @100
68 dw_status_text_new @101 70 dw_status_text_new @101
69 71
70 dw_entryfield_new @110 72 dw_entryfield_new @110
115 dw_checkbox_set @202 117 dw_checkbox_set @202
116 118
117 dw_icon_load @210 119 dw_icon_load @210
118 dw_icon_free @211 120 dw_icon_free @211
119 dw_icon_load_from_file @212 121 dw_icon_load_from_file @212
122 dw_icon_load_from_data @213
120 123
121 dw_container_new @220 124 dw_container_new @220
122 dw_container_setup @221 125 dw_container_setup @221
123 dw_container_alloc @222 126 dw_container_alloc @222
124 dw_container_set_item @223 127 dw_container_set_item @223
194 dw_pixmap_bitblt @340 197 dw_pixmap_bitblt @340
195 dw_pixmap_new @341 198 dw_pixmap_new @341
196 dw_pixmap_grab @342 199 dw_pixmap_grab @342
197 dw_pixmap_destroy @343 200 dw_pixmap_destroy @343
198 dw_pixmap_new_from_file @344 201 dw_pixmap_new_from_file @344
202 dw_pixmap_new_from_data @345
199 203
200 dw_dialog_new @350 204 dw_dialog_new @350
201 dw_dialog_dismiss @351 205 dw_dialog_dismiss @351
202 dw_dialog_wait @352 206 dw_dialog_wait @352
203 207
221 dw_tree_insert_after @379 225 dw_tree_insert_after @379
222 dw_tree_item_get_data @380 226 dw_tree_item_get_data @380
223 dw_tree_get_title @381 227 dw_tree_get_title @381
224 dw_tree_get_parent @382 228 dw_tree_get_parent @382
225 229
226 dw_font_text_extents_get @385 230 dw_font_text_extents_get @385
227 231
228 dw_slider_new @390 232 dw_slider_new @390
229 dw_slider_get_pos @391 233 dw_slider_get_pos @391
230 dw_slider_set_pos @392 234 dw_slider_set_pos @392
231 235
266 270
267 dw_calendar_new @480 271 dw_calendar_new @480
268 dw_calendar_set_date @481 272 dw_calendar_set_date @481
269 dw_calendar_get_date @482 273 dw_calendar_get_date @482
270 274
275
276 dw_clipboard_get_text @490
277 dw_clipboard_set_text @491
278