template_panel.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. //
  2. // "$Id: template_panel.fl 8864 2011-07-19 04:49:30Z greg.ercolano $"
  3. //
  4. // FLUID template support for the Fast Light Tool Kit (FLTK).
  5. //
  6. // Copyright 1998-2010 by Bill Spitzak and others.
  7. //
  8. // This library is free software. Distribution and use rights are outlined in
  9. // the file "COPYING" which should have been included with this file. If this
  10. // file is missing or damaged, see the license at:
  11. //
  12. // http://www.fltk.org/COPYING.php
  13. //
  14. // Please report all bugs and problems on the following page:
  15. //
  16. // http://www.fltk.org/str.php
  17. //
  18. // generated by Fast Light User Interface Designer (fluid) version 1.0302
  19. #ifndef template_panel_h
  20. #define template_panel_h
  21. #include <FL/Fl.H>
  22. #include <FL/Fl_Double_Window.H>
  23. extern Fl_Double_Window *template_panel;
  24. #include <FL/Fl_Browser.H>
  25. extern Fl_Browser *template_browser;
  26. #include <FL/Fl_Box.H>
  27. extern Fl_Box *template_preview;
  28. #include <FL/Fl_Input.H>
  29. extern Fl_Input *template_name;
  30. extern Fl_Input *template_instance;
  31. #include <FL/Fl_Group.H>
  32. #include <FL/Fl_Button.H>
  33. extern Fl_Button *template_delete;
  34. #include <FL/Fl_Return_Button.H>
  35. extern Fl_Return_Button *template_submit;
  36. Fl_Double_Window* make_template_panel();
  37. void template_clear();
  38. void template_delete_cb(Fl_Button *, void *);
  39. void template_load();
  40. #endif
  41. //
  42. // End of "$Id: template_panel.fl 8864 2011-07-19 04:49:30Z greg.ercolano $".
  43. //