Home | History | Annotate | Download | only in testm

Lines Matching refs:Menu

56 menu root, title "  Main Menu of Test System", x=10;
68 option "Try a sub menu",
69 sub menu submenu
71 option "A scrollable menu",
72 sub menu scrollit
74 option "Another scrollable menu",
75 sub menu scrollit2
77 option "Big non-scrollable menu, bombs on small screens",
78 sub menu bigscroll
80 option "A menu with no shortcuts",
81 sub menu noshort
83 option "A dynamic menu ...",
86 option "Continuous title and menu ...",
87 sub menu contdemo
94 Main Menu Help Screen
96 This is help text for the main menu of the menu test system. This
176 menu submenu, title " submenu test";
177 option "upper right", sub menu upperright;
178 option "lower left", sub menu lowerleft;
179 option "middle, no title", sub menu middle;
180 option "next menu", next menu nextmenu;
182 menu upperright, title "upper right", y=2, x=60, no exit;
185 menu lowerleft, title "lower left", y=19, x=2, no exit;
188 menu middle, no box;
191 menu nextmenu, title " A next window! ? for comments", no exit;
194 menu noshort, title " No shortcut characters!", no shortcut;
199 menu scrollit, scrollable, h=4, title " Scrollable Menu";
207 menu bigscroll, no scrollable, title " Non-scrollable Menu";
229 menu scrollit2, scrollable, title " Big scrollable Menu";
282 menu contdemo, title "Menus without space between title and menu", y=3, x=10;
283 option "With box", sub menu contdemo_box;
284 option "No box", sub menu contdemo_none;
286 menu contdemo_box, title "title text ends here-->", y=3, x=10, no exit,
288 option "<--- first menu item here", exit;
290 menu contdemo_none, title "title text ends here-->", y=3, x=10, no box, no exit,
292 option "<--- first menu item here", exit;