Prototype for a Preview Function. More...
Functions | |
| static int | preview_scroll_page_up (struct PreviewWindowData *wdata, const struct KeyEvent *event) |
| Show the previous page of the message - Implements preview_function_t -. | |
| static int | preview_scroll_page_down (struct PreviewWindowData *wdata, const struct KeyEvent *event) |
| Show the next page of the message - Implements preview_function_t -. | |
| static int | preview_scroll_half_up (struct PreviewWindowData *wdata, const struct KeyEvent *event) |
| Scroll up half a page - Implements preview_function_t -. | |
| static int | preview_scroll_half_down (struct PreviewWindowData *wdata, const struct KeyEvent *event) |
| Scroll down half a page - Implements preview_function_t -. | |
| static int | preview_scroll_line_up (struct PreviewWindowData *wdata, const struct KeyEvent *event) |
| Scroll up one line - Implements preview_function_t -. | |
| static int | preview_scroll_line_down (struct PreviewWindowData *wdata, const struct KeyEvent *event) |
| Scroll down one line - Implements preview_function_t -. | |
| static int | preview_select_first_entry (struct PreviewWindowData *wdata, const struct KeyEvent *event) |
| Move to the first entry - Implements preview_function_t -. | |
| static int | preview_select_last_entry (struct PreviewWindowData *wdata, const struct KeyEvent *event) |
| Move to the last entry - Implements preview_function_t -. | |
Prototype for a Preview Function.
| wdata | Preview Window data |
| event | Event to process |
| enum | FunctionRetval |
|
static |
Show the previous page of the message - Implements preview_function_t -.
Definition at line 386 of file preview.c.
|
static |
Show the next page of the message - Implements preview_function_t -.
Definition at line 408 of file preview.c.
|
static |
Scroll up half a page - Implements preview_function_t -.
Definition at line 429 of file preview.c.
|
static |
Scroll down half a page - Implements preview_function_t -.
Definition at line 451 of file preview.c.
|
static |
Scroll up one line - Implements preview_function_t -.
Definition at line 472 of file preview.c.
|
static |
Scroll down one line - Implements preview_function_t -.
Definition at line 493 of file preview.c.
|
static |
Move to the first entry - Implements preview_function_t -.
Definition at line 513 of file preview.c.
|
static |
Move to the last entry - Implements preview_function_t -.
Definition at line 532 of file preview.c.