Prototype for a Menu Function. More...
Collaboration diagram for Menu Function API:Functions | |
| static int | menu_movement (struct Menu *menu, const struct KeyEvent *event) |
| Handle all the common Menu movements - Implements menu_function_t -. | |
| static int | menu_search (struct Menu *menu, const struct KeyEvent *event) |
| Handle Menu searching - Implements menu_function_t -. | |
| static int | op_help (struct Menu *menu, const struct KeyEvent *event) |
| Show the help screen - Implements menu_function_t -. | |
| static int | op_jump (struct Menu *menu, const struct KeyEvent *event) |
| Jump to an index number - Implements menu_function_t -. | |
Prototype for a Menu Function.
| menu | Menu |
| event | Event to process |
| enum | FunctionRetval |
Handle all the common Menu movements - Implements menu_function_t -.
Definition at line 142 of file functions.c.
Here is the call graph for this function:Handle Menu searching - Implements menu_function_t -.
Definition at line 218 of file functions.c.
Here is the call graph for this function:Show the help screen - Implements menu_function_t -.
Definition at line 232 of file functions.c.
Here is the call graph for this function:Jump to an index number - Implements menu_function_t -.
Definition at line 242 of file functions.c.
Here is the call graph for this function: