1998-10-06 22:21:25 +04:00
|
|
|
# Menu description file for the generic demo program
|
|
|
|
#
|
|
|
|
# Each line consists of three fields, separated by :
|
|
|
|
#
|
|
|
|
# - menu name : To which the item belongs (starts with @)
|
|
|
|
# - item name : Placed on button. (use \n for newline)
|
|
|
|
# - command name: To be executed. Use a menu name to define a submenu.
|
|
|
|
#
|
|
|
|
# @main indicates the main menu.
|
|
|
|
#
|
|
|
|
|
2011-01-02 06:50:54 +03:00
|
|
|
@main:Widget\nTests...:@x
|
2012-12-05 18:53:03 +04:00
|
|
|
@x:Fl_Browser:browser browser.cxx
|
1999-01-04 22:25:40 +03:00
|
|
|
@x:Fl_Input:input
|
|
|
|
@x:Fl_Output:output
|
|
|
|
@x:Fl_Button:radio
|
|
|
|
@x:Fl_Tabs:tabs
|
|
|
|
@x:Fl_Tile:tile
|
|
|
|
@x:Fl_Scroll:scroll
|
|
|
|
@x:Fl_Pack:pack
|
2009-11-14 16:05:37 +03:00
|
|
|
@x:more...:@xm
|
|
|
|
@xm:Fl_Menu:menubar
|
|
|
|
@xm:Fl_Table:table
|
2009-11-14 18:49:12 +03:00
|
|
|
@xm:Fl_Tree:tree
|
1998-10-06 22:21:25 +04:00
|
|
|
|
2011-01-02 06:50:54 +03:00
|
|
|
@main:Window\nTests...:@w
|
1999-01-04 22:25:40 +03:00
|
|
|
@w:overlay:overlay
|
|
|
|
@w:subwindow:subwindow
|
|
|
|
@w:double\nbuffer:doublebuffer
|
|
|
|
@w:GL window:cube
|
|
|
|
@w:GL overlay:gl_overlay
|
|
|
|
@w:iconize:iconize
|
|
|
|
@w:fullscreen:fullscreen
|
|
|
|
@w:resizable:resizebox
|
|
|
|
@w:resize:resize
|
1998-10-06 22:21:25 +04:00
|
|
|
|
2011-01-02 06:50:54 +03:00
|
|
|
@main:Drawing\nTests...:@d
|
2014-11-04 13:05:36 +03:00
|
|
|
@d:unit tests:unittests
|
2011-01-02 06:50:54 +03:00
|
|
|
@d:Images...:@di
|
2001-11-29 00:08:07 +03:00
|
|
|
@di:Fl_Bitmap:bitmap
|
|
|
|
@di:Fl_Pixmap:pixmap
|
|
|
|
@di:Fl_RGB\n_Image:image
|
|
|
|
@di:Fl_Shared\n_Image:pixmap_browser
|
|
|
|
@di:Fl_Tiled\n_Image:tiled_image
|
2015-03-18 14:32:42 +03:00
|
|
|
@di:transparency:animated
|
1999-01-04 22:25:40 +03:00
|
|
|
@d:cursor:cursor
|
|
|
|
@d:labels:label
|
2016-03-05 03:53:40 +03:00
|
|
|
@d:offscreen:offscreen
|
2010-10-24 23:11:08 +04:00
|
|
|
@d:rotated text:rotated_text
|
1999-01-04 22:25:40 +03:00
|
|
|
@d:fl_arc:arc
|
|
|
|
@d:fl_curve:curve
|
2000-05-14 00:03:20 +04:00
|
|
|
@d:fl_line_style:line_style
|
1998-10-06 22:21:25 +04:00
|
|
|
|
2011-01-02 06:50:54 +03:00
|
|
|
@main:Events...:@u
|
1999-01-04 22:25:40 +03:00
|
|
|
@u:navigation:navigation
|
|
|
|
@u:minimum update:minimum
|
|
|
|
@u:keyboard:keyboard
|
2004-08-31 04:27:40 +04:00
|
|
|
@u:fast && slow widgets:fast_slow
|
1999-01-04 22:25:40 +03:00
|
|
|
@u:inactive:inactive
|
1998-10-06 22:21:25 +04:00
|
|
|
|
2020-07-18 17:17:59 +03:00
|
|
|
@main:Fluid\n(UI design tool):fluid valuators.fl
|
1998-10-06 22:21:25 +04:00
|
|
|
|
2011-01-02 06:50:54 +03:00
|
|
|
@main:Cool\nDemos...:@e
|
2020-08-21 19:54:40 +03:00
|
|
|
@e:X Color\nBrowser:colbrowser rgb.txt
|
1999-01-04 22:25:40 +03:00
|
|
|
@e:Mandelbrot:mandelbrot
|
|
|
|
@e:Fractals:fractals
|
|
|
|
@e:Puzzle:glpuzzle
|
2006-08-25 10:58:33 +04:00
|
|
|
@e:Block\nAttack!:blocks
|
1999-01-04 22:25:40 +03:00
|
|
|
@e:Checkers:checkers
|
2005-11-27 08:15:47 +03:00
|
|
|
@e:Sudoku:sudoku
|
2010-03-23 21:09:38 +03:00
|
|
|
@e:Print\nsupport:device
|
1998-10-06 22:21:25 +04:00
|
|
|
|
2011-01-02 06:50:54 +03:00
|
|
|
@main:Other\nTests...:@o
|
2010-01-28 02:25:00 +03:00
|
|
|
@o:Color Choosers:color_chooser
|
2001-12-08 19:23:51 +03:00
|
|
|
@o:File Chooser:file_chooser
|
2010-01-14 21:42:13 +03:00
|
|
|
@o:Native File Chooser:native-filechooser
|
2011-01-02 06:50:54 +03:00
|
|
|
@o:Font Tests...:@of
|
2008-09-11 03:56:49 +04:00
|
|
|
@of:Fonts:fonts
|
|
|
|
@of:UTF-8:utf8
|
2019-12-23 16:33:24 +03:00
|
|
|
@o:HelpDialog:help_dialog help_dialog.html
|
2005-02-25 00:14:22 +03:00
|
|
|
@o:Input Choice:input_choice
|
2002-04-30 01:04:13 +04:00
|
|
|
@o:Preferences:preferences
|
2001-12-08 19:23:51 +03:00
|
|
|
@o:Threading:threads
|
2002-04-30 01:04:13 +04:00
|
|
|
@o:XForms Emulation:forms
|
1998-10-06 22:21:25 +04:00
|
|
|
|
2011-01-02 06:50:54 +03:00
|
|
|
@main:Tutorial\nfrom\nManual...:@j
|
1999-01-04 22:25:40 +03:00
|
|
|
@j:ask\n(modified):ask
|
1999-01-07 20:22:38 +03:00
|
|
|
@j:button:button
|
1999-02-23 00:33:55 +03:00
|
|
|
@j:CubeView:CubeView
|
2014-10-30 23:38:53 +03:00
|
|
|
@j:editor:editor editor.cxx
|
1999-01-07 20:22:38 +03:00
|
|
|
@j:hello:hello
|
1999-01-04 22:25:40 +03:00
|
|
|
@j:shape:shape
|
1998-10-06 22:21:25 +04:00
|
|
|
|
2011-01-02 06:50:54 +03:00
|
|
|
@main:Images\nfor\nManual...:@i
|
1999-01-04 22:25:40 +03:00
|
|
|
@i:valuators:valuators
|
|
|
|
@i:symbols:symbols
|
|
|
|
@i:buttons:buttons
|
|
|
|
@i:clock:clock
|
|
|
|
@i:popups:message
|
|
|
|
@i:boxtypes:boxtype
|
2020-07-15 02:11:31 +03:00
|
|
|
@i:Resize Examples\n...:@ir
|
|
|
|
@ir:Example\n1:resize-example1
|
|
|
|
@ir:Example\n2:resize-example2
|
|
|
|
@ir:Example\n3a:resize-example3a
|
|
|
|
@ir:Example\n3b:resize-example3b
|
|
|
|
@ir:Example\n3c:resize-example3c
|
|
|
|
@ir:Example\n4a:resize-example4a
|
|
|
|
@ir:Example\n4b:resize-example4b
|