comparison dw.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
comparison
equal deleted inserted replaced
633:87db549e79bc 634:c6a216c8174f
60 dw_window_lower @77 60 dw_window_lower @77
61 dw_window_click_default @78 61 dw_window_click_default @78
62 dw_window_redraw @79 62 dw_window_redraw @79
63 63
64 dw_bitmap_new @80 64 dw_bitmap_new @80
65 dw_window_set_bitmap_from_data @81
65 66
66 dw_button_new @90 67 dw_button_new @90
67 dw_bitmapbutton_new @91 68 dw_bitmapbutton_new @91
68 dw_bitmapbutton_new_from_file @92 69 dw_bitmapbutton_new_from_file @92
70 dw_bitmapbutton_new_from_data @93
69 71
70 dw_text_new @100 72 dw_text_new @100
71 dw_status_text_new @101 73 dw_status_text_new @101
72 74
73 dw_entryfield_new @110 75 dw_entryfield_new @110
118 dw_checkbox_set @202 120 dw_checkbox_set @202
119 121
120 dw_icon_load @210 122 dw_icon_load @210
121 dw_icon_free @211 123 dw_icon_free @211
122 dw_icon_load_from_file @212 124 dw_icon_load_from_file @212
125 dw_icon_load_from_data @213
123 126
124 dw_container_new @220 127 dw_container_new @220
125 dw_container_setup @221 128 dw_container_setup @221
126 dw_container_alloc @222 129 dw_container_alloc @222
127 dw_container_set_item @223 130 dw_container_set_item @223
192 dw_render_new @330 195 dw_render_new @330
193 dw_draw_point @331 196 dw_draw_point @331
194 dw_draw_line @332 197 dw_draw_line @332
195 dw_draw_rect @333 198 dw_draw_rect @333
196 dw_draw_text @334 199 dw_draw_text @334
200 dw_draw_polygon @335
197 201
198 dw_pixmap_bitblt @340 202 dw_pixmap_bitblt @340
199 dw_pixmap_new @341 203 dw_pixmap_new @341
200 dw_pixmap_grab @342 204 dw_pixmap_grab @342
201 dw_pixmap_destroy @343 205 dw_pixmap_destroy @343
202 dw_pixmap_new_from_file @344 206 dw_pixmap_new_from_file @344
207 dw_pixmap_new_from_data @345
208 dw_pixmap_set_transparent_color @346
203 209
204 dw_dialog_new @350 210 dw_dialog_new @350
205 dw_dialog_dismiss @351 211 dw_dialog_dismiss @351
206 dw_dialog_wait @352 212 dw_dialog_wait @352
207 213
269 dw_html_url @473 275 dw_html_url @473
270 276
271 dw_calendar_new @480 277 dw_calendar_new @480
272 dw_calendar_set_date @481 278 dw_calendar_set_date @481
273 dw_calendar_get_date @482 279 dw_calendar_get_date @482
280
281
282 dw_clipboard_get_text @490
283 dw_clipboard_set_text @491
284