blocks.app
checkers.app
desktop
pixmaps
sudoku.app
CMakeLists.txt
CubeMain.cxx
CubeView.cxx
CubeView.h
CubeViewUI.fl
Makefile
README
adjuster.cxx
animated.cxx
arc.cxx
ask.cxx
bitmap.cxx
blocks.cxx
boxtype.cxx
browser.cxx
button.cxx
buttons.cxx
cairo_test.cxx
checkers.cxx
clock.cxx
colbrowser.cxx
color_chooser.cxx
connect.cxx
cube.cxx
cursor.cxx
curve.cxx
demo.cxx
demo.menu
device.cxx
doublebuffer.cxx
editor.cxx
fast_slow.fl
file_chooser.cxx
fonts.cxx
forms.cxx
fractals.cxx
fracviewer.cxx
fracviewer.h
fromdos.c
fullscreen.cxx
gl_overlay.cxx
glpuzzle.cxx
hello.cxx
help-test.html
help.cxx
icon.cxx
iconize.cxx
image.cxx
inactive.fl
input.cxx
input_choice.cxx
keyboard.cxx
keyboard.h
keyboard_ui.fl
label.cxx
line_style.cxx
list_visuals.cxx
makedepend
mandelbrot.cxx
mandelbrot.h
mandelbrot_ui.fl
menubar.cxx
message.cxx
minimum.cxx
native-filechooser.cxx
navigation.cxx
offscreen.cxx
output.cxx
overlay.cxx
pack.cxx
pixmap.cxx
pixmap_browser.cxx
preferences.fl
radio.fl
resize.fl
resizebox.cxx
rgb.txt
rotated_text.cxx
scroll.cxx
shape.cxx
subwindow.cxx
sudoku.cxx
sudoku.ico
sudoku.rc
sudokurc.h
symbols.cxx
table.cxx
tabs.fl
threads.cxx
threads.h
tile.cxx
tiled_image.cxx
trackball.c
trackball.h
tree.fl
twowin.cxx
unittest_about.cxx
unittest_circles.cxx
unittest_images.cxx
unittest_lines.cxx
unittest_points.cxx
unittest_rects.cxx
unittest_schemes.cxx
unittest_scrollbarsize.cxx
unittest_symbol.cxx
unittest_text.cxx
unittest_viewport.cxx
unittests.cxx
utf8.cxx
valuators.fl
windowfocus.cxx
README
test/README - 20 Oct 1998
-------------------------

This directory contains tests and demos of FL.  In most cases you can
learn a lot about how to program FL by looking at the source code.

Type "make" to compile them all.

The program "demo" is a graphical interface to run all the demos. (you
may recognize this as a rewrite of an XForms program).

Some of the more interesting programs:

fractals:	A GLUT program with FL controls added to it

glpuzzle:	A GLUT program with no modifications

fullscreen:	Demo of how to make your window toggle to fill screen

list_visuals:	necessary to debug X visual stuff

mandelbrot:	A true application, using panels built in Fluid

menubar:	Demo of how FL's menus work

shiny:		Demo of drawing FL's controls using OpenGL

forms:		An XForms program to demonstrate emulation

colbrowser:	Another XForms program that is actually useful