Prototype for a Pattern Function. More...
Collaboration diagram for Pattern Function API:Functions | |
| static int | op_generic_select_entry (struct PatternFunctionData *fdata, const struct KeyEvent *event) |
| Select the current entry - Implements pattern_function_t -. | |
| static int | op_quit (struct PatternFunctionData *fdata, const struct KeyEvent *event) |
| Quit this menu - Implements pattern_function_t -. | |
Prototype for a Pattern Function.
| fdata | Pattern Function context data |
| event | Event to process |
| enum | FunctionRetval |
|
static |
Select the current entry - Implements pattern_function_t -.
Definition at line 43 of file functions.c.
Here is the call graph for this function:
|
static |
Quit this menu - Implements pattern_function_t -.
This function handles:
Definition at line 65 of file functions.c.