fltk/fluid/keyboard_ui.h

9 lines
274 B
C

// generated by Fast Light User Interface Designer (fluid) version 0.99
#include <FL/Fl.H>
#include <FL/Fl_Button.H>
#include <FL/Fl_Input.H>
#include <FL/Fl_Window.H>
extern void key_cb(Fl_Button*, void*);
extern void shift_cb(Fl_Button*, void*);
Fl_Window *make_window();