comparison readme.txt @ 2910:927fcf85b132

GTK4: Fix pageid type to be unsigned long in the macros. Update the readme with information about this change.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 27 Dec 2022 01:23:09 +0000
parents 1567f787b965
children edb4307ac7ce
comparison
equal deleted inserted replaced
2909:3fe7641f027c 2910:927fcf85b132
49 49
50 It is not safe on all platforms to operate on widgets before they 50 It is not safe on all platforms to operate on widgets before they
51 are packed. For portability pack widgets before operating on them. 51 are packed. For portability pack widgets before operating on them.
52 52
53 Changes from version 3.2: 53 Changes from version 3.2:
54 WARNING: Fixed an API inconsistency in dw_notebook_page_destroy/set().
55 The page ID had been unsigned int when it should be unsigned long.
56 On some platforms apps compiled for versions prior to 3.3 may
57 malfunction when calling these API calls, so recompile with 3.3.
54 Added tree widget/control support for iOS and Android. 58 Added tree widget/control support for iOS and Android.
55 Removed the lib and dll directories previously used on Windows and OS/2. 59 Removed the lib and dll directories previously used on Windows and OS/2.
56 On Windows x86 and x64 subdirectories are created automatically 60 On Windows x86 and x64 subdirectories are created automatically
57 This allows platform specific versions to be accessible without a 61 This allows platform specific versions to be accessible without a
58 rebuild. Also removed the DWDLLDIR variable on Windows. If you have 62 rebuild. Also removed the DWDLLDIR variable on Windows. If you have