comparison readme.txt @ 2875:d15517b49638

Update the mobile document with updated information for 3.3. Update the readme with recent changes regarding the C++ bindings.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 20 Dec 2022 01:41:21 +0000
parents 5018df4f952e
children 761b7a12b079
comparison
equal deleted inserted replaced
2874:585d0053b766 2875:d15517b49638
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. 64 Added return values to several functions previously returning void.
65 Previous code should just be able to ignore the new return values. 65 Previous code should just be able to ignore the new return values.
66 Currently affected: dw_window_set_bitmap(_from_data) 66 Currently affected: dw_window_set_bitmap(_from_data)
67 Added C++ language bindings in dw.hpp and an example C++ test
68 application in the form of dwtestoo.cpp, similar to godwindows.
67 69
68 70
69 Dynamic Windows Documentation is available at: 71 Dynamic Windows Documentation is available at:
70 72
71 http://dbsoft.org/dw_help.php 73 http://dbsoft.org/dw_help.php