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.

98 lines
2.2KB

  1. # Menu description file for the generic demo program
  2. #
  3. # Each line consists of three fields, separated by :
  4. #
  5. # - menu name : To which the item belongs (starts with @)
  6. # - item name : Placed on button. (use \n for newline)
  7. # - command name: To be executed. Use a menu name to define a submenu.
  8. #
  9. # @main indicates the main menu.
  10. #
  11. @main:Widget\nTests...:@x
  12. @x:Fl_Browser:browser
  13. @x:Fl_Input:input
  14. @x:Fl_Output:output
  15. @x:Fl_Button:radio
  16. @x:Fl_Tabs:tabs
  17. @x:Fl_Tile:tile
  18. @x:Fl_Scroll:scroll
  19. @x:Fl_Pack:pack
  20. @x:more...:@xm
  21. @xm:Fl_Menu:menubar
  22. @xm:Fl_Table:table
  23. @xm:Fl_Tree:tree
  24. @main:Window\nTests...:@w
  25. @w:overlay:overlay
  26. @w:subwindow:subwindow
  27. @w:double\nbuffer:doublebuffer
  28. @w:GL window:cube
  29. @w:GL overlay:gl_overlay
  30. @w:iconize:iconize
  31. @w:fullscreen:fullscreen
  32. @w:resizable:resizebox
  33. @w:resize:resize
  34. @main:Drawing\nTests...:@d
  35. @d:Images...:@di
  36. @di:Fl_Bitmap:bitmap
  37. @di:Fl_Pixmap:pixmap
  38. @di:Fl_RGB\n_Image:image
  39. @di:Fl_Shared\n_Image:pixmap_browser
  40. @di:Fl_Tiled\n_Image:tiled_image
  41. @d:cursor:cursor
  42. @d:labels:label
  43. @d:rotated text:rotated_text
  44. @d:fl_arc:arc
  45. @d:fl_curve:curve
  46. @d:fl_line_style:line_style
  47. @main:Events...:@u
  48. @u:navigation:navigation
  49. @u:minimum update:minimum
  50. @u:keyboard:keyboard
  51. @u:fast && slow widgets:fast_slow
  52. @u:inactive:inactive
  53. @main:Fluid\n(UI design tool):../fluid/fluid valuators.fl
  54. @main:Cool\nDemos...:@e
  55. @e:X Color\nBrowser:colbrowser
  56. @e:Mandelbrot:mandelbrot
  57. @e:Fractals:fractals
  58. @e:Puzzle:glpuzzle
  59. @e:Block\nAttack!:blocks
  60. @e:Checkers:checkers
  61. @e:Sudoku:sudoku
  62. @e:Print\nsupport:device
  63. @main:Other\nTests...:@o
  64. @o:Color Choosers:color_chooser
  65. @o:File Chooser:file_chooser
  66. @o:Native File Chooser:native-filechooser
  67. @o:Font Tests...:@of
  68. @of:Fonts:fonts
  69. @of:UTF-8:utf8
  70. @o:HelpDialog:help
  71. @o:Input Choice:input_choice
  72. @o:Preferences:preferences
  73. @o:Threading:threads
  74. @o:XForms Emulation:forms
  75. @main:Tutorial\nfrom\nManual...:@j
  76. @j:ask\n(modified):ask
  77. @j:button:button
  78. @j:CubeView:CubeView
  79. @j:editor:editor editor.cxx
  80. @j:hello:hello
  81. @j:shape:shape
  82. @main:Images\nfor\nManual...:@i
  83. @i:valuators:valuators
  84. @i:symbols:symbols
  85. @i:buttons:buttons
  86. @i:clock:clock
  87. @i:popups:message
  88. @i:boxtypes:boxtype