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.

33 lines
882B

  1. .TH fluid 1 "Fast Light Tool Kit" "6 January 2002"
  2. .SH NAME
  3. fluid \- the fast light user-interface designer
  4. .sp
  5. .SH SYNOPSIS
  6. fluid [ \-c [ \-o
  7. .I code-filename
  8. \-h
  9. .I header-filename
  10. ] ] [
  11. .I filename.fl
  12. ]
  13. .fi
  14. .SH DESCRIPTION
  15. \fIfluid\fR is an interactive GUI designer for FLTK. When run
  16. with no arguments or with a filename, \fIfluid\fR will display
  17. the GUI hierarchy and any windows defined in the file.
  18. Functions, classes, windows, and GUI components can be
  19. manipulated as needed.
  20. .LP
  21. When used with the \fI\-c\fR option, \fIfluid\fR will create the
  22. necessary C++ header and code files in the current directory.
  23. You can override the default extensions, filenames, and
  24. directories using the \fI\-o\fR and \fI\-h\fR options.
  25. .SH SEE ALSO
  26. fltk\-config(1), fltk(3)
  27. .br
  28. FLTK Programming Manual, Chapter 9
  29. .br
  30. FLTK Web Site, http://www.fltk.org/
  31. .SH AUTHORS
  32. Bill Spitzak and others.