fltk/test
Manolo Gouy 3c82a3d736 Mac OS: Show how to localize the "Preferences…" custom application menu item
of the menubar test app.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10938 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2015-12-01 10:03:23 +00:00
..
blocks.app/Contents
checkers.app/Contents
desktop
pixmaps
sudoku.app/Contents
adjuster.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
animated.cxx Add a test program to benchmark alpha blending. 2015-03-16 18:23:59 +00:00
arc.cxx
ask.cxx
bitmap.cxx
blocks.cxx
boxtype.cxx Fix compiler warning, add inactive (deactivated) box test mode. 2015-07-08 23:41:19 +00:00
browser.cxx Added Fl_Choice to browser test program to let one 2013-03-23 21:32:34 +00:00
button.cxx
buttons.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
cairo_test.cxx
checkers.cxx
clock.cxx
CMakeLists.txt CMake build on Mac OS: r10688 was not a good move because it works with 2015-04-08 12:16:52 +00:00
colbrowser.cxx Remove 'register storage class deprecated' compiler warnings. 2014-09-03 10:10:37 +00:00
color_chooser.cxx Improve test/color_chooser layout, fix some small bugs. 2015-04-09 20:10:25 +00:00
connect.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
cube.cxx
CubeMain.cxx
CubeView.cxx
CubeView.h
CubeViewUI.fl
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 Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprecated AGL. 2014-12-20 07:19:23 +00:00
fracviewer.cxx
fracviewer.h Fixup fractals demo so it doesn't get way ahead of display - some Linux 2002-01-03 14:08:08 +00:00
fromdos.c
fullscreen.cxx
gl_overlay.cxx
glpuzzle.cxx Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprecated AGL. 2014-12-20 07:19:23 +00:00
hello.cxx
help-test.html
help.cxx
icon.cxx
iconize.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
image.cxx
inactive.fl Update fluid .fl files and generated code - remove trailing white space. 2015-07-09 02:09:33 +00:00
input_choice.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
input.cxx
keyboard_ui.fl
keyboard.cxx
keyboard.h
label.cxx
line_style.cxx
list_visuals.cxx
makedepend
Makefile
mandelbrot_ui.fl
mandelbrot.cxx
mandelbrot.h
menubar.cxx Mac OS: Show how to localize the "Preferences…" custom application menu item 2015-12-01 10:03:23 +00:00
message.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
minimum.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
native-filechooser.cxx
navigation.cxx
output.cxx
overlay.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
pack.cxx
pixmap_browser.cxx
pixmap.cxx
preferences.fl
radio.fl
README Added common heading and footer to all source files. 1998-10-20 13:25:25 +00:00
resize.fl
resizebox.cxx
rgb.txt
rotated_text.cxx
scroll.cxx
shape.cxx
subwindow.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
sudoku.cxx
sudoku.ico
sudoku.rc
sudokurc.h
symbols.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
table.cxx
tabs.fl
threads.cxx Fixes STR# 2973: collection of Sun compiler fixes. 2013-09-21 16:41:23 +00:00
threads.h
tile.cxx
tiled_image.cxx
trackball.c
trackball.h Initial revision 1998-10-06 18:21:25 +00:00
tree.fl
twowin.cxx
unittest_about.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
unittest_circles.cxx
unittest_images.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
unittest_lines.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
unittest_points.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
unittest_rects.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
unittest_schemes.cxx
unittest_scrollbarsize.cxx
unittest_symbol.cxx Added some extra @@ tests for boundary conditions. 2013-03-27 19:21:22 +00:00
unittest_text.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
unittest_viewport.cxx
unittests.cxx
utf8.cxx
valuators.fl
windowfocus.cxx

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