You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

117 lines
3.1KB

  1. # data file for the Fltk User Interface Designer (fluid)
  2. version 1.0107
  3. header_name {.h}
  4. code_name {.cxx}
  5. Function {} {open
  6. } {
  7. Fl_Window {} {open
  8. xywh {379 190 420 369} type Double resizable visible
  9. } {
  10. Fl_Group the_group {
  11. label {activate()/deactivate() called on this Fl_Group} open
  12. xywh {25 25 375 295} box ENGRAVED_FRAME align 17 resizable
  13. } {
  14. Fl_Button {} {
  15. label button
  16. xywh {50 50 105 25}
  17. }
  18. Fl_Light_Button {} {
  19. label {light button}
  20. xywh {50 80 105 25} value 1 align 16
  21. }
  22. Fl_Group {} {
  23. label {Child group} open
  24. xywh {50 130 105 125} box DOWN_FRAME
  25. } {
  26. Fl_Check_Button {} {
  27. label red
  28. xywh {50 170 105 25} type Radio down_box DIAMOND_DOWN_BOX selection_color 1 labelcolor 1
  29. }
  30. Fl_Check_Button {} {
  31. label green
  32. xywh {50 190 105 25} type Radio down_box DIAMOND_DOWN_BOX selection_color 2 labelcolor 2
  33. }
  34. Fl_Check_Button {} {
  35. label blue
  36. xywh {50 210 105 25} type Radio down_box DIAMOND_DOWN_BOX selection_color 4 labelcolor 4
  37. }
  38. Fl_Check_Button {} {
  39. label white
  40. xywh {50 230 105 25} type Radio down_box DIAMOND_DOWN_BOX selection_color 55 labelcolor 55
  41. }
  42. Fl_Check_Button {} {
  43. label check
  44. xywh {50 130 105 25} down_box DOWN_BOX
  45. }
  46. Fl_Round_Button {} {
  47. label round
  48. xywh {50 150 105 25} down_box ROUND_DOWN_BOX
  49. }
  50. }
  51. Fl_Slider {} {
  52. label Fl_Slider selected
  53. xywh {165 50 24 205} value 0.5
  54. }
  55. Fl_Input {} {
  56. xywh {195 50 195 30}
  57. code0 {o->static_value("Fl_Input");}
  58. }
  59. Fl_Menu_Button {} {
  60. label menu open
  61. xywh {245 90 130 30}
  62. } {
  63. MenuItem {} {
  64. label item
  65. xywh {0 0 100 20} labelsize 14
  66. }
  67. MenuItem {} {
  68. label item
  69. xywh {10 10 100 20} labelsize 14
  70. }
  71. MenuItem {} {
  72. label item
  73. xywh {20 20 100 20} labelsize 14
  74. }
  75. MenuItem {} {
  76. label item
  77. xywh {30 30 100 20} labelsize 14
  78. }
  79. MenuItem {} {
  80. label item
  81. xywh {40 40 100 20} labelsize 14
  82. }
  83. }
  84. Fl_Value_Output {} {
  85. label {value:}
  86. xywh {245 130 130 30} maximum 10000 step 1 textfont 5 textsize 24 textcolor 4
  87. }
  88. Fl_Box {} {
  89. label Fl_Box
  90. xywh {245 170 140 50} box EMBOSSED_FRAME labeltype SHADOW_LABEL labelfont 3 labelsize 38
  91. }
  92. Fl_Scrollbar {} {
  93. label scrollbar
  94. xywh {40 274 180 20} type Horizontal
  95. }
  96. Fl_Roller {} {
  97. label roller
  98. xywh {235 230 25 65}
  99. }
  100. Fl_Dial {} {
  101. label dial
  102. xywh {275 235 50 50}
  103. }
  104. }
  105. Fl_Button {} {
  106. label active
  107. callback {the_group->activate();}
  108. xywh {25 330 185 25} type Radio value 1
  109. }
  110. Fl_Button {} {
  111. label inactive
  112. callback {the_group->deactivate();}
  113. xywh {220 330 180 25} type Radio
  114. }
  115. }
  116. }