1 FLTK (pronounced "fulltick") is a LGPL'd C++ graphical user interface
2 toolkit for X (UNIX), OpenGL, and Win32. FLTK was designed to be small and
3 modular enough to be statically linked, but also works fine as a shared
4 library. FLTK also includes FLUID, an interactive user interface builder
7 This is version 1.3. From the FLTK website:
9 FLTK 1.3 is the current stable development branch based on FLTK
10 1.1.10. It adds internationalization, UTF-8 (Unicode), and printing
11 support, Doxygen based documentation, and several new widgets
12 including Fl_Native_File_Chooser, Fl_Table, and Fl_Tree_View.