about_panel.h 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. //
  2. // "$Id: about_panel.h 9827 2013-02-20 10:27:47Z ianmacarthur $"
  3. //
  4. // About dialog 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 about_panel_h
  20. #define about_panel_h
  21. #include <FL/Fl.H>
  22. extern void show_help(const char *name);
  23. #include <FL/Fl_Double_Window.H>
  24. extern Fl_Double_Window *about_panel;
  25. #include <FL/Fl_Box.H>
  26. #include <FL/Fl_Button.H>
  27. #include <FL/Fl_Return_Button.H>
  28. Fl_Double_Window* make_about_panel();
  29. extern unsigned char fluid_org_png[12690];
  30. #endif
  31. //
  32. // End of "$Id: about_panel.h 9827 2013-02-20 10:27:47Z ianmacarthur $".
  33. //