home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / FLTK-1.0.6 / fluid / alignment_panel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-05  |  1023 b   |  31 lines

  1. // generated by Fast Light User Interface Designer (fluid) version 1.00
  2.  
  3. #ifndef alignment_panel_h
  4. #define alignment_panel_h
  5. #include <FL/Fl.H>
  6. #include <FL/Fl_Window.H>
  7. extern Fl_Window *alignment_window;
  8. #include <FL/Fl_Box.H>
  9. #include <FL/Fl_Input.H>
  10. extern void alignment_cb(Fl_Input*, long);
  11. extern Fl_Input *horizontal_input;
  12. extern Fl_Input *vertical_input;
  13. extern Fl_Input *snap_input;
  14. #include <FL/Fl_Button.H>
  15. extern void header_input_cb(Fl_Input*, void*);
  16. extern Fl_Input *header_file_input;
  17. extern void code_input_cb(Fl_Input*, void*);
  18. extern Fl_Input *code_file_input;
  19. #include <FL/Fl_Light_Button.H>
  20. extern void include_H_from_C_button_cb(Fl_Light_Button*, void*);
  21. extern Fl_Light_Button *include_H_from_C_button;
  22. Fl_Window* make_alignment_window();
  23. extern Fl_Window *alignment_window;
  24. extern Fl_Input *horizontal_input;
  25. extern Fl_Input *vertical_input;
  26. extern Fl_Input *snap_input;
  27. extern Fl_Input *header_file_input;
  28. extern Fl_Input *code_file_input;
  29. extern Fl_Light_Button *include_H_from_C_button;
  30. #endif
  31.