You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
2.1KB

  1. .TH fltk 3 "Fast Light Tool Kit" "6 January 2002"
  2. .SH NAME
  3. fltk \- the fast light tool kit
  4. .sp
  5. .SH SYNOPSIS
  6. The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
  7. C++ graphical user interface toolkit for the X Window
  8. System, MacOS(r), and Microsoft Windows(r) that supports OpenGL(r).
  9. It was originally developed by Mr. Bill Spitzak and is currently
  10. maintained by a small group of developers across the world with
  11. a central repository in the US.
  12. .LP
  13. FLTK is provides under the terms of the GNU Library General Public License,
  14. with the following exceptions:
  15. .IP
  16. 1. Modifications to the FLTK configure script, config header
  17. file, and makefiles by themselves to support a specific platform
  18. do not constitute a modified or derivative work.
  19. .IP
  20. The authors do request that such modifications be
  21. contributed to the FLTK project - send all contributions
  22. through the "Software Trouble Report" on the following page:
  23. .IP
  24. http://www.fltk.org/str.php
  25. .IP
  26. 2. Widgets that are subclassed from FLTK widgets do not
  27. constitute a derivative work.
  28. .IP
  29. 3. Static linking of applications and widgets to the FLTK
  30. library does not constitute a derivative work and does not
  31. require the author to provide source code for the application or
  32. widget, use the shared FLTK libraries, or link their
  33. applications or widgets against a user-supplied version of FLTK.
  34. .IP
  35. If you link the application or widget to a modified version of
  36. FLTK, then the changes to FLTK must be provided under the terms
  37. of the LGPL in sections 1, 2, and 4.
  38. .IP
  39. 4. You do not have to provide a copy of the FLTK license with
  40. programs that are linked to the FLTK library, nor do you have to
  41. identify the FLTK license in your program or documentation as
  42. required by section 6 of the LGPL.
  43. .IP
  44. However, programs must still identify their use of FLTK. The
  45. following example statement can be included in user
  46. documentation to satisfy this requirement:
  47. .IP
  48. [program/widget] is based in part on the work of the FLTK
  49. project (http://www.fltk.org).
  50. .SH SEE ALSO
  51. fltk\-config(1), fluid(1)
  52. .br
  53. FLTK Programming Manual
  54. .br
  55. FLTK Web Site, http://www.fltk.org/
  56. .SH AUTHORS
  57. Bill Spitzak and others.