fluid-main-win.fl 818 B

123456789101112131415161718192021222324252627282930313233
  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 dad} {open public file_name {} before {\{} after {\}}
  6. } {
  7. widget_class win {open selected
  8. xywh {252 114 426 424} type Double resizable
  9. class Fl_Window visible
  10. } {
  11. Fl_Menu_Bar menu_bar {open
  12. xywh {0 0 426 20}
  13. } {}
  14. Fl_Tabs main_tabs {
  15. callback {main_tabs_cb(o);} open
  16. xywh {0 20 430 408} when 1 resizable
  17. } {
  18. Fl_Group main_view {
  19. label {Main View} open
  20. xywh {0 44 430 384} hide
  21. } {
  22. Fl_Browser main_browser {
  23. xywh {0 44 430 384} resizable
  24. }
  25. }
  26. Fl_Group {} {open
  27. xywh {25 45 15 15}
  28. } {}
  29. }
  30. decl {int x;} {private local
  31. }
  32. }
  33. }