comparison os2/dw.lnk @ 2950:0577a97fe36d

Added dw_pixmap_get_width() and dw_pixmap_get_height() by request for language bindings. These APIs function identical to the already existing DW_PIXMAP_HEIGHT/WIDTH() macros. The macros will exist at least until the end of the 3.x series, at which point they may be retired.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 03 Jan 2023 22:23:08 +0000
parents cb9e8494f534
children b40adda4a129
comparison
equal deleted inserted replaced
2949:a1d0522d7edf 2950:0577a97fe36d
231 export dw_pixmap_new_from_file.344 231 export dw_pixmap_new_from_file.344
232 export dw_pixmap_new_from_data.345 232 export dw_pixmap_new_from_data.345
233 export dw_pixmap_set_transparent_color.346 233 export dw_pixmap_set_transparent_color.346
234 export dw_pixmap_set_font.347 234 export dw_pixmap_set_font.347
235 export dw_pixmap_stretch_bitblt.348 235 export dw_pixmap_stretch_bitblt.348
236 export dw_pixmap_get_width.355
237 export dw_pixmap_get_height.356
236 238
237 export dw_dialog_new.350 239 export dw_dialog_new.350
238 export dw_dialog_dismiss.351 240 export dw_dialog_dismiss.351
239 export dw_dialog_wait.352 241 export dw_dialog_wait.352
240 242