about_panel.fl 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # data file for the Fltk User Interface Designer (fluid)
  2. version 1.0302
  3. header_name {.h}
  4. code_name {.cxx}
  5. comment {//
  6. // "$Id: about_panel.fl 9827 2013-02-20 10:27:47Z ianmacarthur $"
  7. //
  8. // About dialog for the Fast Light Tool Kit (FLTK).
  9. //
  10. // Copyright 1998-2010 by Bill Spitzak and others.
  11. //
  12. // This library is free software. Distribution and use rights are outlined in
  13. // the file "COPYING" which should have been included with this file. If this
  14. // file is missing or damaged, see the license at:
  15. //
  16. // http://www.fltk.org/COPYING.php
  17. //
  18. // Please report all bugs and problems on the following page:
  19. //
  20. // http://www.fltk.org/str.php
  21. //
  22. } {in_source in_header
  23. }
  24. decl {void show_help(const char *name);} {public local
  25. }
  26. Function {make_about_panel()} {open
  27. } {
  28. Fl_Window about_panel {
  29. label {About FLUID} open
  30. xywh {680 247 345 180} type Double color 50 selection_color 47 hotspot non_modal visible
  31. } {
  32. Fl_Box {} {
  33. image {icons/fluid-96.xpm} xywh {10 10 115 120}
  34. }
  35. Fl_Box {} {
  36. label {FLTK User
  37. Interface Designer
  38. Version 1.3.2} selected
  39. xywh {135 10 200 70} color 12 selection_color 47 labelfont 1 labelsize 18 align 21
  40. }
  41. Fl_Box {} {
  42. label {Copyright 1998-2010 by
  43. Bill Spitzak and others}
  44. xywh {135 90 200 45} align 148
  45. }
  46. Fl_Button {} {
  47. label {View License...}
  48. callback {show_help("license.html");}
  49. xywh {115 145 123 25} labelcolor 136
  50. }
  51. Fl_Return_Button {} {
  52. label Close
  53. callback {((Fl_Window*)(o->parent()))->hide();}
  54. xywh {250 145 83 25}
  55. }
  56. }
  57. }
  58. data fluid_org_png {
  59. comment {Embedded image for internal fluid.html web page.} public local filename {../documentation/src/fluid-org.png}
  60. }
  61. comment {
  62. //
  63. // End of "$Id: about_panel.fl 9827 2013-02-20 10:27:47Z ianmacarthur $".
  64. //} {in_source in_header
  65. }