Changes between Version 17 and Version 18 of WikiStart


Ignore:
Timestamp:
Jan 6, 2023, 8:29:57 AM (17 months ago)
Author:
bsmith
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v17 v18  
    33Dynamic Windows is an application framework that was designed to make it easy to create dynamic applications with a modern interface. It was modeled after the original GTK library on Unix. It uses the concept of box packing to create a dynamically resizable interface. Dynamic Windows is used by Mark Hessling's Rexx/DW package.
    44
    5 There are stable source modules for OS/2, Unix (with GTK2/3/4), Windows and MacOS X (Cocoa). 64bit builds are supported on all platforms except OS/2. The library has been tested on x86, amd64, arm, arm64, ppc32 and sparc64.  There are beta source modules for iOS and Android.
     5There are stable source modules for OS/2, Unix (with GTK2/3/4), Windows, MacOS X (Cocoa) and iOS. 64bit builds are supported on all platforms except OS/2. The library has been tested on x86, amd64, arm, arm64, ppc64, ppc32 and sparc64.  There is a beta source module for Android. 
     6
     7There are language bindings for C++ (alpha version included in the package), Go and FreeBASIC.
    68
    79Widgets supported:
     
    1517* Checkbox
    1618* Container/Listview
    17 * Treeview (except iOS and Android)
     19* Treeview
    1820* Splitbar/Paned
    1921* Bitmap/Pixmap/Image
     
    4749== Download ==
    4850||'''Component'''||'''Package'''||'''Version'''||'''Description'''||
    49 ||Source||[https://dbsoft.org/dwindows/dwindows-3.1.tar.gz TAR]||3.1||(2021/01/06)||
    50 ||OS/2 Unicode||[https://dbsoft.org/dwindows/dwindows-os2-3.1.zip ZIP]||3.1||(2021/01/06)||
    51 ||OS/2 Non-Unicode||[https://dbsoft.org/dwindows/dwindows-os2-3.1-non-unicode.zip ZIP]||3.1||(2021/01/06)||
    52 ||Windows 64 Bits ||[https://dbsoft.org/dwindows/dwindows-win64-3.1.zip ZIP]||3.1||(2021/01/06)||
    53 ||Windows 32 Bits ||[https://dbsoft.org/dwindows/dwindows-win32-3.1.zip ZIP]||3.1||(2021/01/06)||
     51||Source||[https://dbsoft.org/dwindows/dwindows-3.3.tar.gz TAR]||3.3||(2023/01/06)||
     52||OS/2 Unicode||[https://dbsoft.org/dwindows/dwindows-os2-3.3.zip ZIP]||3.3||(2023/01/06)||
     53||Windows 64 Bits ||[https://dbsoft.org/dwindows/dwindows-win64-3.3.zip ZIP]||3.3||(2023/01/06)||
     54||Windows 32 Bits ||[https://dbsoft.org/dwindows/dwindows-win32-3.3.zip ZIP]||3.3||(2023/01/06)||
    5455
    5556For older versions you can check [ftp://ftp.netlabs.org/pub/dwindows/ the netlabs ftp directory].