test.fl 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # data file for the Fltk User Interface Designer (fluid)
  2. version 1.0300
  3. header_name {.h}
  4. code_name {.cxx}
  5. block {namespace utils} {open public file_name utils before {\{} after {\}}
  6. } {
  7. decl {int x;} {public local
  8. }
  9. widget_class UserInterface {open
  10. xywh {169 189 108 100} type Double visible
  11. } {}
  12. }
  13. block {//namespace utils} {open public file_name {} before {/*} after {*/}
  14. } {
  15. decl {int x;} {public local
  16. }
  17. }
  18. declblock {\#if 1} {open public after {\#endif}
  19. } {}
  20. widget_class Dad {open
  21. xywh {31 51 108 100} type Double resizable
  22. class Fl_Window visible inner_struct gui
  23. } {
  24. Function {init()} {open return_type void
  25. } {
  26. code {printf("Hello, World!\\n");} {}
  27. }
  28. Fl_Group agroup {open selected
  29. xywh {25 25 64 24}
  30. } {
  31. Fl_Input in {
  32. label {input:}
  33. xywh {25 25 15 24} color 70
  34. }
  35. Fl_Button but {
  36. label button
  37. xywh {25 25 64 20}
  38. }
  39. Fl_Input age {
  40. label {input:}
  41. tooltip adsdad xywh {25 25 15 24}
  42. }
  43. }
  44. decl {int x;} {public local
  45. }
  46. class innerClass {open
  47. } {}
  48. }