ntk-chtheme: Add new color scheme. Save/restore selection color.
[ntk.git] / test / demo.menu
blob03143c254f6e5226c8c005f6a10144294bc0e72d
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
13         @x:Fl_Browser:browser
14         @x:Fl_Input:input
15         @x:Fl_Output:output
16         @x:Fl_Button:radio
17         @x:Fl_Tabs:tabs
18         @x:Fl_Tile:tile
19         @x:Fl_Scroll:scroll
20         @x:Fl_Pack:pack
21         @x:more...:@xm
22                 @xm:Fl_Menu:menubar
23                 @xm:Fl_Table:table
24                 @xm:Fl_Tree:tree
26 @main:Window\nTests...:@w
27         @w:overlay:overlay
28         @w:subwindow:subwindow
29         @w:double\nbuffer:doublebuffer
30         @w:GL window:cube
31         @w:GL overlay:gl_overlay
32         @w:iconize:iconize
33         @w:fullscreen:fullscreen
34         @w:resizable:resizebox
35         @w:resize:resize
37 @main:Drawing\nTests...:@d
38         @d:Images...:@di
39                 @di:Fl_Bitmap:bitmap
40                 @di:Fl_Pixmap:pixmap
41                 @di:Fl_RGB\n_Image:image
42                 @di:Fl_Shared\n_Image:pixmap_browser
43                 @di:Fl_Tiled\n_Image:tiled_image
44         @d:cursor:cursor
45         @d:labels:label
46         @d:rotated text:rotated_text
47         @d:fl_arc:arc
48         @d:fl_curve:curve
49         @d:fl_line_style:line_style
51 @main:Events...:@u
52         @u:navigation:navigation
53         @u:minimum update:minimum
54         @u:keyboard:keyboard
55         @u:fast && slow widgets:fast_slow
56         @u:inactive:inactive
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
63         @e:Fractals:fractals
64         @e:Puzzle:glpuzzle
65         @e:Block\nAttack!:blocks
66         @e:Checkers:checkers
67         @e:Sudoku:sudoku
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
74         @o:Font Tests...:@of
75                 @of:Fonts:fonts
76                 @of:UTF-8:utf8
77         @o:HelpDialog:help
78         @o:Input Choice:input_choice
79         @o:Preferences:preferences
80         @o:Threading:threads
81         @o:XForms Emulation:forms
83 @main:Tutorial\nfrom\nManual...:@j
84         @j:ask\n(modified):ask
85         @j:button:button
86         @j:CubeView:CubeView
87         @j:editor:editor editor.cxx
88         @j:hello:hello
89         @j:shape:shape
91 @main:Images\nfor\nManual...:@i
92         @i:valuators:valuators
93         @i:symbols:symbols
94         @i:buttons:buttons
95         @i:clock:clock
96         @i:popups:message
97         @i:boxtypes:boxtype