diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2011-01-02 03:50:54 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2011-01-02 03:50:54 +0000 |
| commit | e203237eb3406ce7d4639b33a3ea2b05d8b7e9c5 (patch) | |
| tree | be246b76f09f0439bf37c5fe34b06abb12ee5f6e /test/demo.menu | |
| parent | 5f2aa6ca9c0f3054a0dfa061d9e0662f421f8862 (diff) | |
Integrated menu into demo resource branch for OS X. Indicating items that open more choices with ...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8167 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/demo.menu')
| -rw-r--r-- | test/demo.menu | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/demo.menu b/test/demo.menu index d1f82b1b8..03143c254 100644 --- a/test/demo.menu +++ b/test/demo.menu @@ -9,7 +9,7 @@ # @main indicates the main menu. # -@main:Widget\nTests:@x +@main:Widget\nTests...:@x @x:Fl_Browser:browser @x:Fl_Input:input @x:Fl_Output:output @@ -23,7 +23,7 @@ @xm:Fl_Table:table @xm:Fl_Tree:tree -@main:Window\nTests:@w +@main:Window\nTests...:@w @w:overlay:overlay @w:subwindow:subwindow @w:double\nbuffer:doublebuffer @@ -34,8 +34,8 @@ @w:resizable:resizebox @w:resize:resize -@main:Drawing\nTests:@d - @d:Images:@di +@main:Drawing\nTests...:@d + @d:Images...:@di @di:Fl_Bitmap:bitmap @di:Fl_Pixmap:pixmap @di:Fl_RGB\n_Image:image @@ -48,7 +48,7 @@ @d:fl_curve:curve @d:fl_line_style:line_style -@main:Events:@u +@main:Events...:@u @u:navigation:navigation @u:minimum update:minimum @u:keyboard:keyboard @@ -57,7 +57,7 @@ @main:Fluid\n(UI design tool):../fluid/fluid valuators.fl -@main:Cool\nDemos:@e +@main:Cool\nDemos...:@e @e:X Color\nBrowser:colbrowser @e:Mandelbrot:mandelbrot @e:Fractals:fractals @@ -67,11 +67,11 @@ @e:Sudoku:sudoku @e:Print\nsupport:device -@main:Other\nTests:@o +@main:Other\nTests...:@o @o:Color Choosers:color_chooser @o:File Chooser:file_chooser @o:Native File Chooser:native-filechooser - @o:Font Tests:@of + @o:Font Tests...:@of @of:Fonts:fonts @of:UTF-8:utf8 @o:HelpDialog:help @@ -80,7 +80,7 @@ @o:Threading:threads @o:XForms Emulation:forms -@main:Tutorial\nfrom\nManual:@j +@main:Tutorial\nfrom\nManual...:@j @j:ask\n(modified):ask @j:button:button @j:CubeView:CubeView @@ -88,7 +88,7 @@ @j:hello:hello @j:shape:shape -@main:Images\nfor\nManual:@i +@main:Images\nfor\nManual...:@i @i:valuators:valuators @i:symbols:symbols @i:buttons:buttons |
