1 # Menu description file for the generic demo program
3 # Each line consists of three fields, separated by :
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.
9 # @main indicates the main menu.
12 @main:Widget\nTests...:@x
26 @main:Window\nTests...:@w
28 @w:subwindow:subwindow
29 @w:double\nbuffer:doublebuffer
31 @w:GL overlay:gl_overlay
33 @w:fullscreen:fullscreen
34 @w:resizable:resizebox
37 @main:Drawing\nTests...:@d
41 @di:Fl_RGB\n_Image:image
42 @di:Fl_Shared\n_Image:pixmap_browser
43 @di:Fl_Tiled\n_Image:tiled_image
46 @d:rotated text:rotated_text
49 @d:fl_line_style:line_style
52 @u:navigation:navigation
53 @u:minimum update:minimum
55 @u:fast && slow widgets:fast_slow
58 @main:Fluid\n(UI design tool):../fluid/fluid valuators.fl
60 @main:Cool\nDemos...:@e
61 @e:X Color\nBrowser:colbrowser
62 @e:Mandelbrot:mandelbrot
65 @e:Block\nAttack!:blocks
68 @e:Print\nsupport:device
70 @main:Other\nTests...:@o
71 @o:Color Choosers:color_chooser
72 @o:File Chooser:file_chooser
73 @o:Native File Chooser:native-filechooser
78 @o:Input Choice:input_choice
79 @o:Preferences:preferences
81 @o:XForms Emulation:forms
83 @main:Tutorial\nfrom\nManual...:@j
84 @j:ask\n(modified):ask
87 @j:editor:editor editor.cxx
91 @main:Images\nfor\nManual...:@i
92 @i:valuators:valuators