Fl_Matte_Button -- A nice looking 'Matte Finish' Button Widget -------------------------------------------------------------- WHAT IS "Fl_Matte_Button"? Fl_Matte_Button is a button widget that is aimed at making some nice looking 'matte finish' buttons. Due to the implementation technique, only certain colors are supported. LICENSING Fl_Matte_Button comes with complete free source code. Fl_Matte_Button is available under the terms of the GNU Library General Public License. See COPYING for more info. Contrary to popular belief, it can be used in commercial software! BUILD INSTRUCTIONS Tested under Linux, Mac OSX and Windows with fltk 1.3.x-svn. 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_Matte_Button object files: make This test program is created: simple-matte-button -- Simple example of how to use the Fl_Matte_Button widget WHERES THE DOCUMENTATION? See documentation/index.html. RELEASE NOTES/VERSION INFORMATION See ./CHANGES. LIMITATIONS/KNOWN BUGS The buttons are currently limited to a specific vertical size (FL_MATTE_BUTTON_HEIGHT). Due to the pixmap technique used internally, only certain button colors are supported for this widget (see docs). BUGS? Send them to erco at seriss dot com