fltk/test
Albrecht Schlosser 1209e9dcd7 Make Fl_String and Fl_Int_Vector private (#789)
- add CMake option 'OPTION_USE_STD'
- add configure option '--enable-use_std'
- move FL/Fl_String.H to src/Fl_String.H
- move FL/Fl_Int_Vector.H to src/Fl_Int_Vector.H
- remove Fl_String from demo program examples/callbacks.cxx
- remove Fl_Int_Vector from public header FL/Fl_Table.H
- some methods of Fl_Table are no longer inline
- add CMake option OPTION_USE_STD to allow std::string in some
  selected functions and methods

Experimental, may be removed before release:

- use either Fl_Int_Vector or std::vector in Fl_Table depending
  on CMake OPTION_USE_STD or configure --enable-use_std

Move all fl_filename* functions that use Fl_String to fluid

Main changes in fluid:
 - add fluid_filename.h and .cxx
 - include "fluid_filename.h" rather than <FL/filename.H>

Update fl_input(), fl_password() and test/ask

- add maxchar parameter to fl_input() and fl_password()
- fl_input_str() and fl_password_str() are optional and return
  std::string if enabled (FLTK_USE_STD)
2023-10-22 19:35:17 +02:00
..
desktop
images
mac-resources
pixmaps
.gitignore
adjuster.cxx
animated.cxx
arc.cxx
ask.cxx
bitmap.cxx
blocks.cxx
boxtype.cxx
browser.cxx
button.cxx
buttons.cxx
cairo_test.cxx
checkers_pieces.fl
checkers.cxx
clipboard.cxx
clock.cxx
CMakeLists.txt
colbrowser.cxx
color_chooser.cxx
contrast.cxx
coordinates.cxx
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
flex_demo.cxx
flex_login.cxx
fltk-versions.cxx
fonts.cxx
forms.cxx
fractals.cxx
fracviewer.cxx
fracviewer.h
fromdos.c
fullscreen.cxx
gl_overlay.cxx
glpuzzle.cxx
glut_test.cxx
grid_alignment.cxx
grid_buttons.cxx
grid_login.cxx
handle_events.cxx
hello.cxx
help_dialog.cxx
help_dialog.html
icon.cxx
iconize.cxx
image.cxx
inactive.fl
input_choice.cxx
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
message.cxx
minimum.cxx
native-filechooser.cxx
navigation.cxx
offscreen.cxx
output.cxx
overlay.cxx
pack.cxx
pixmap_browser.cxx
pixmap.cxx
preferences.fl
radio.fl
README-unittests.txt
README.txt
resize-arrows.cxx
resize-arrows.h
resize-example1.cxx
resize-example2.cxx
resize-example3a.cxx
resize-example3b.cxx
resize-example3c.cxx
resize-example4a.cxx
resize-example4b.cxx
resize-example5a.cxx
resize-example5b.cxx
resize-example5c.cxx
resize.fl
resizebox.cxx
rgb.txt
rotated_text.cxx
scroll.cxx
shape.cxx
subwindow.cxx
sudoku.cxx
sudoku.ico
sudoku.rc
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_complex_shapes.cxx
unittest_core.cxx
unittest_fast_shapes.cxx
unittest_images.cxx
unittest_points.cxx
unittest_schemes.cxx
unittest_scrollbarsize.cxx
unittest_simple_terminal.cxx
unittest_symbol.cxx
unittest_text.cxx
unittest_unicode.cxx
unittest_viewport.cxx
unittests.cxx
unittests.h
utf8.cxx
valuators.fl
windowfocus.cxx
wizard.cxx

test/README.txt - 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


-----------------------------------------------------
Note: this file is outdated and incomplete. (*FIXME*)
-----------------------------------------------------