Changes between Version 3 and Version 4 of WikiStart
- Timestamp:
- Nov 22, 2011, 12:48:13 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v3 v4 1 1 = Dynamic Windows = 2 2 3 Dynamic 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.3 Dynamic 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. 4 4 5 There are stable source modules for OS/2, Unix (with GTK) and Win32. A MacOS X (Cocoa) module is in beta testing now. 64bit builds are supported on all platforms except OS/2. The library has been tested on x86, amd64, ppc and sparc.5 There are stable source modules for OS/2, Unix (with GTK), Win32 and MacOS X (Cocoa). 64bit builds are supported on all platforms except OS/2. The library has been tested on x86, amd64, ppc and sparc. 6 6 7 7 Widgets supported: … … 27 27 * Text/Status Bar 28 28 * Scrollbox 29 * Calendar (except OS/2)29 * Calendar 30 30 * HTML (except OS/2) 31 31 … … 34 34 * Directory chooser 35 35 * Color chooser 36 * Font chooser 37 * Print 36 38 * Messagebox 37 39 * Custom dialogs … … 39 41 For more information on the concepts of box packing please see the GTK home page. If you want to checkout the source you can browse the Subversion repository maintained by Brian Smith and Mark Hessling, he also maintains Rexx/DW. 40 42 41 Initial API documentation for the Dynamic Windows 2.0release is available at the DBSoft web site.43 API documentation for the Dynamic Windows 2.2 release is available at the DBSoft web site. 42 44 43 45 == Links ==