Tweak themes for more color consistency.
[ntk.git] / test / keyboard_ui.h
blobec54bec26a3c67d0c0c4f2c752cd8020576fdd48
1 // generated by Fast Light User Interface Designer (fluid) version 1.0300
3 #ifndef keyboard_ui_h
4 #define keyboard_ui_h
5 #include <FL/Fl.H>
6 #include "keyboard.h"
7 extern MyWindow *my_window;
8 #include <FL/Fl_Button.H>
9 extern void key_cb(Fl_Button*, void*);
10 extern void shift_cb(Fl_Button*, void*);
11 #include <FL/Fl_Output.H>
12 extern Fl_Output *key_output;
13 #include <FL/Fl_Box.H>
14 extern Fl_Output *text_output;
15 #include <FL/Fl_Dial.H>
16 extern void wheel_cb(Fl_Dial*, void*);
17 extern Fl_Dial *roller_x;
18 extern Fl_Dial *roller_y;
19 MyWindow* make_window();
20 #endif