Fl_Fixed_Group -- FLTK Attachable Group -------------------------------------- WHAT IS "Fl_Fixed_Group"? Fl_Fixed_Group is a fixed-size group widget that can have its sides attached to the sides of a parent. LICENSING Fl_Fixed_Group comes with complete free source code. Fl_Fixed_Group is available under the terms of the GNU Library General Public License. See COPYING for more info. It can be used in commercial software! BUILD INSTRUCTIONS Tested under Linux, Mac OSX and Windows with fltk 1.1.6. You may need to edit the FLTKDIR=xxx setting in the Makefile file to point to where your fltk library is installed. To build the test programs and related Fl_Fixed_Group object files: make This test program is created: test-fixed-form -- Simple test program for the fixed group UTF8 SUPPORT If you're using a version of FLTK with utf8 support, then edit the "Makefile." (eg. Makefile.LINUX or Makefile.MICROSOFT) and uncomment the "USEUTF8=.." line, modify the FLTKDIR to point to where your fltk-utf8 is installed, then recompile. WHERE'S THE DOCUMENTATION? See documentation/index.html. FEATURES Easy way to make a group of fixed size that will follow particular edges of a parent group. RELEASE NOTES/VERSION INFORMATION See ./CHANGES. LIMITATIONS ? BUGS? Send them to erco at seriss dot com