Jump to content

Dynamic Windows

From EDM2
Revision as of 16:20, 9 February 2015 by Reiknir (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Prerequisites

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

Links

License

Author