comparison readme.txt @ 2852:5018df4f952e

Win/Android/Template: Add return values to dw_window_set_bitmap(_from_data). Also update the readme regarding this change.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 15 Nov 2022 00:34:20 +0000
parents 2c64d04abcf1
children d15517b49638
comparison
equal deleted inserted replaced
2851:fdd21139c07f 2852:5018df4f952e
59 DWLIBDIR pointing to the "lib" subdirectory please remove "\lib". 59 DWLIBDIR pointing to the "lib" subdirectory please remove "\lib".
60 Added DW_FEATURE_CONTAINER_MODE on Mobile platforms: iOS and Android. 60 Added DW_FEATURE_CONTAINER_MODE on Mobile platforms: iOS and Android.
61 DW_CONTAINER_MODE_DEFAULT: Minimal container; icon and text only. 61 DW_CONTAINER_MODE_DEFAULT: Minimal container; icon and text only.
62 DW_CONTAINER_MODE_EXTRA: Extra columns displayed on a second line. 62 DW_CONTAINER_MODE_EXTRA: Extra columns displayed on a second line.
63 DW_CONTAINER_MODE_MULTI: A separate clickable line for each column. 63 DW_CONTAINER_MODE_MULTI: A separate clickable line for each column.
64 Added return values to several functions previously returning void.
65 Previous code should just be able to ignore the new return values.
66 Currently affected: dw_window_set_bitmap(_from_data)
64 67
65 68
66 Dynamic Windows Documentation is available at: 69 Dynamic Windows Documentation is available at:
67 70
68 http://dbsoft.org/dw_help.php 71 http://dbsoft.org/dw_help.php