Dynamic Windows: Difference between revisions
Appearance
Created page with "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 a..." |
No edit summary |
||
Line 13: | Line 13: | ||
==License== | ==License== | ||
* Open source software distributed under the [[Three Clause BSD License]] | * Open source software distributed under the [[Three Clause BSD License]] | ||
==Files== | |||
* [[DW.DLL]] | |||
* [[DW.H]] | |||
* [[DW.LIB]] | |||
* [[DWCOMPAT.DLL]] | |||
* [[DWCOMPAT.H]] | |||
* [[DWCOMPAT.LIB]] | |||
==Author== | ==Author== | ||
* [[Brian Smith]] | * [[Brian Smith]] |
Revision as of 17:07, 24 June 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 resizeable interface. Works in native mode on OS/2 and MS Windows and using the GTK+ windowing 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
Links
- Project homepage on Netlabs.org
- Dynamic Windows Wiki - Newer info than on homepage and project page.
- http://dbsoft.org/aboutdbsoft.php - Author homepage
License
- Open source software distributed under the Three Clause BSD License