Dynamic Windows: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
An "application framework" or GUI & widget framework that was designed to make it easy to create dynamically resizeable applications with a modern interface. It was modelled after the original GTK library and uses a similar concept of box packing to create a dynamically resizable interface. Works in native mode on OS/2 and MS Windows and using the [[GTK | An "application framework" or GUI & widget framework that was designed to make it easy to create dynamically resizeable applications with a modern interface. It was modelled after the original GTK library and uses a similar concept of box packing to create a dynamically resizable interface. Works in native mode on OS/2 and MS Windows and using the [[GTK]] library on any other system that supports it (most UNIX like systems and Mac OSX). Is portable to any system that has a reasonably recent version of the GTK+ library. | ||
==Versions== | ==Versions== | ||
* '''Last know version:''' [ftp://ftp.netlabs.org/pub/dwindows/dwindows-os2-2.5.zip Dynamic Windows 2.5] - 2012-12-21 | * '''Last know version:''' [ftp://ftp.netlabs.org/pub/dwindows/dwindows-os2-2.5.zip Dynamic Windows 2.5] - 2012-12-21 | ||
====Prerequisites==== | ====Prerequisites==== | ||
* [[GCC]] 4.4.4. or later if you want to compile it yourself. | * [[GCC]] 4.4.4. or later if you want to compile it yourself. | ||
* [[LibC]] (libc065.dll) | * [[LibC]] (libc065.dll) | ||
====Add ons==== | ====Add ons==== | ||
* [[REXX/DW]] - [[REXX]] bindings for Dynamic Windows | * [[REXX/DW]] - [[REXX]] bindings for Dynamic Windows | ||
Line 28: | Line 30: | ||
* [[Brian Smith]] | * [[Brian Smith]] | ||
[[Category:C Libraries]][[Category:Open Source Software]][[Category:Software written in C]] | |||
[[Category: |
Revision as of 16:33, 20 October 2016
An "application framework" or GUI & widget framework that was designed to make it easy to create dynamically resizeable applications with a modern interface. It was modelled after the original GTK library and uses a similar concept of box packing to create a dynamically resizable interface. Works in native mode on OS/2 and MS Windows and using the GTK library on any other system that supports it (most UNIX like systems and Mac OSX). Is portable to any system that has a reasonably recent version of the GTK+ library.
Versions
- Last know version: Dynamic Windows 2.5 - 2012-12-21
Prerequisites
Add ons
Links
- Project homepage on Netlabs.org
- Dynamic Windows Wiki - Newer info than on homepage and project page.
- http://dbsoft.org/aboutdbsoft.php - Author homepage
Licence
- Open source software distributed under the Three Clause BSD License