Lines Matching +full:application +full:- +full:specific
2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. *
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.
131 a REQ_SCR_UPAGE is generated for a double-click and
133 a REQ_FIRST_ITEM is generated for a triple-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
153 application specific command should be executed.
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.
198 The support for mouse events is \fI\%ncurses\fP specific.