Jump to content

Dynamic Windows: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
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]] 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.
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 OS X). Is portable to any system that has a reasonably recent version of the GTK+ library.


==Versions==
==Versions==
Line 6: Line 6:
====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====
Line 28: Line 28:


==Author==
==Author==
* [[Brian Smith]]
* Brian Smith


[[Category:C Libraries]][[Category:Open Source Software]][[Category:Software written in C]]
[[Category:C Libraries]][[Category:Open Source Software]][[Category:Software written in C]]

Revision as of 08:31, 1 February 2017

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 OS X). Is portable to any system that has a reasonably recent version of the GTK+ library.

Versions

Prerequisites

  • GCC 4.4.4. or later if you want to compile it yourself.
  • Libc (libc065.dll)

Add ons

Links

Licence

Files

  • DW.DLL
  • DW.H
  • DW.LIB
  • DWCOMPAT.DLL
  • DWCOMPAT.H
  • DWCOMPAT.LIB

Author

  • Brian Smith