Lines Matching +full:software +full:- +full:generated
2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. *
6 .\" copy of this software and associated documentation files (the *
7 .\" "Software"), to deal in the Software without restriction, including *
10 .\" copies of the Software, and to permit persons to whom the Software is *
14 .\" in all copies or substantial portions of the Software. *
16 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
21 .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
22 .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
26 .\" sale, use or other dealings in this Software without prior written *
31 .TH menu_driver 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
37 \fBmenu_driver\fP \-
38 command-processing loop of the menu system
51 which are distinct from the key- and character codes
119 If the second argument is one of the above pre-defined requests, the
123 mouse event is translated into one of the above pre-defined requests.
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
148 is generated and \fBE_UNKNOWN_COMMAND\fP is returned.
150 because a double click usually means that an item-specific action should
161 .SS "Application-defined Commands"
163 pre-defined menu requests or KEY_MOUSE,
164 the drive assumes it is an application-specific
165 command and returns \fBE_UNKNOWN_COMMAND\fP. Application-defined commands
167 pre-defined requests.
178 Routine detected an incorrect or out-of-range argument.