logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fluid - the fast light user-interface designer

Authors

       Bill Spitzak and others.

6 January 2002                                 Fast Light Tool Kit                                      fluid(1)

Description

fluid  is an interactive GUI designer for FLTK. When run with no arguments or with a filename, fluid will
       display the GUI hierarchy and any windows defined in the file.   Functions,  classes,  windows,  and  GUI
       components can be manipulated as needed.

       When  used  with  the -c option, fluid will create the necessary C++ header and code files in the current
       directory.  You can override the default extensions, filenames, and  directories  using  the  -o  and  -h
       options.

Name

       fluid - the fast light user-interface designer

See Also

fltk-config(1), fltk(3)
       FLTK Programming Manual, Chapter 9
       FLTK Web Site, http://www.fltk.org/

Synopsis

       fluid [ -c [ -o code-filename -h header-filename ] ] [ filename.fl ]

See Also