summaryrefslogtreecommitdiff
path: root/test/keyboard_ui.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-10-21 17:20:18 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-10-21 17:20:18 +0000
commit3b8193c002d8fb21be51b5a48ca224eed5fcac23 (patch)
treebf1763be53b73cad97b16936beba1884a1dd9cd7 /test/keyboard_ui.H
parent23a2b82ace580e60de84c4959d43c6ec9b2d5f1a (diff)
Removed demo source files that are generated via Fluid.
Added fluid build rule to test Makefile. Removed fluid build rules from fluid Makefile. git-svn-id: file:///fltk/svn/fltk/trunk@37 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/keyboard_ui.H')
-rw-r--r--test/keyboard_ui.H11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/keyboard_ui.H b/test/keyboard_ui.H
deleted file mode 100644
index 365d2dbc5..000000000
--- a/test/keyboard_ui.H
+++ /dev/null
@@ -1,11 +0,0 @@
-// generated by Fast Light User Interface Designer (fluid) version 0.99
-#include <FL/Fl.H>
-#include <FL/Fl_Box.H>
-#include <FL/Fl_Button.H>
-#include <FL/Fl_Output.H>
-#include <FL/Fl_Window.H>
-extern void key_cb(Fl_Button*, void*);
-extern void shift_cb(Fl_Button*, void*);
-extern Fl_Output *key_output;
-extern Fl_Output *text_output;
-Fl_Window* make_window();