Lines Matching +full:5 +full:a
5 .\" Permission is hereby granted, free of charge, to any person obtaining a *
18 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
46 Once a menu has been posted (displayed), you should funnel input events to it
49 The input is a form navigation request.
54 The input is a printable character.
61 .TP 5
64 .TP 5
67 .TP 5
70 .TP 5
73 .TP 5
75 Scroll up a line.
76 .TP 5
78 Scroll down a line.
79 .TP 5
81 Scroll down a page.
82 .TP 5
84 Scroll up a page.
85 .TP 5
88 .TP 5
91 .TP 5
94 .TP 5
97 .TP 5
100 .TP 5
103 .TP 5
106 .TP 5
109 .TP 5
113 If the second argument is a printable character, the code appends
129 a REQ_SCR_ULINE is generated for a single click,
131 a REQ_SCR_UPAGE is generated for a double-click and
133 a REQ_FIRST_ITEM is generated for a triple-click.
137 a REQ_SCR_DLINE is generated for a single click,
139 a REQ_SCR_DPAGE is generated for a double-click and
141 a REQ_LAST_ITEM is generated for a triple-click.
147 If you double-click an item a REQ_TOGGLE_ITEM
150 because a double click usually means that an item-specific action should
155 If a translation
156 into a request was done, \fBmenu_driver\fP returns the result of this request.
160 into a menu request an \fBE_REQUEST_DENIED\fP is returned.
170 .TP 5
173 .TP 5
176 .TP 5
179 .TP 5
182 .TP 5
185 .TP 5
188 .TP 5
191 .TP 5