[go: up one dir, main page]

File: fluid.man

package info (click to toggle)
fltk1.1 1.1.10-30
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,672 kB
  • sloc: cpp: 76,654; ansic: 40,942; makefile: 1,703; sh: 438
file content (32 lines) | stat: -rw-r--r-- 882 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.TH fluid 1 "Fast Light Tool Kit" "6 January 2002"
.SH NAME
fluid \- the fast light user-interface designer
.sp
.SH SYNOPSIS
fluid [ \-c [ \-o
.I code-filename
\-h
.I header-filename
] ] [
.I filename.fl
] 
.fi
.SH DESCRIPTION
\fIfluid\fR is an interactive GUI designer for FLTK. When run
with no arguments or with a filename, \fIfluid\fR will display
the GUI hierarchy and any windows defined in the file.
Functions, classes, windows, and GUI components can be
manipulated as needed.
.LP
When used with the \fI\-c\fR option, \fIfluid\fR will create the
necessary C++ header and code files in the current directory. 
You can override the default extensions, filenames, and
directories using the \fI\-o\fR and \fI\-h\fR options.
.SH SEE ALSO
fltk\-config(1), fltk(3)
.br
FLTK Programming Manual, Chapter 9
.br
FLTK Web Site, http://www.fltk.org/
.SH AUTHORS
Bill Spitzak and others.