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.
|
|
|
|
#
|
|
|
|
|
|
|
|
@main:Widget\nTests:@x
|
1999-01-04 22:25:40 +03:00
|
|
|
@x:Fl_Browser:browser
|
|
|
|
@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
|
|
|
|
|
|
|
@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
|
|
|
|
|
|
|
@main:Drawing\nTests:@d
|
2001-11-29 00:08:07 +03:00
|
|
|
@d:Images:@di
|
|
|
|
@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
|
1999-01-04 22:25:40 +03:00
|
|
|
@d:cursor:cursor
|
|
|
|
@d:labels:label
|
|
|
|
@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
|
|
|
|
|
|
|
@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
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
@main:Fluid\n(UI design tool):../fluid/fluid valuators.fl
|
1998-10-06 22:21:25 +04:00
|
|
|
|
|
|
|
@main:Cool\nDemos:@e
|
1999-01-04 22:25:40 +03:00
|
|
|
@e:X Color\nBrowser:colbrowser
|
|
|
|
@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
|
1998-10-06 22:21:25 +04:00
|
|
|
|
|
|
|
@main:Other\nTests:@o
|
2001-12-08 19:23:51 +03:00
|
|
|
@o:Color Choosers:color_chooser r
|
|
|
|
@o:File Chooser:file_chooser
|
2010-01-14 21:42:13 +03:00
|
|
|
@o:Native File Chooser:native-filechooser
|
2008-09-11 03:56:49 +04:00
|
|
|
@o:Font Tests:@of
|
|
|
|
@of:Fonts:fonts
|
|
|
|
@of:UTF-8:utf8
|
2001-08-02 23:43:49 +04:00
|
|
|
@o:HelpDialog:help
|
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
|
|
|
|
|
|
|
@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
|
1999-01-07 20:24:37 +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
|
|
|
|
|
|
|
@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
|