FOX is a C++-based toolkit for GUI development. It includes a rich set of widgets and has powerful yet simple layout managers, MDI widgets, and mega-widgets. FOX incorporates support for XDND for drag and drop, X clipboard and X Selection, watching other I/O channels and sockets, timers and idle processing, object serialization and deserialization, a registry to save persistent settings, and 3D widgets using Mesa or OpenGL. FOX works on Linux, IRIX, Solaris, HP/UX, AIX, Tru64 Unix, Windows 9x,NT,2K (VC++, GNUWIN32, Borland, VisualAge C++), FreeBSD, and Sequent.
License: GNU Lesser General Public License (LGPL)
Changes:
FXTopWindow resize() and position() fixes from FOX
1.7 were backported. A GCC 4.3 warning in FXArray
header file was fixed. Internal data arrays were
made static to prevent global name clashes on some
compilers. An uninitialized variable in FXFileDict
was fixed.