Prototype for a Sidebar Function. More...
Collaboration diagram for Sidebar Function API:Functions | |
| static int | op_sidebar_first (struct SidebarWindowData *wdata, const struct KeyEvent *event) |
| Selects the first unhidden mailbox - Implements sidebar_function_t -. | |
| static int | op_sidebar_last (struct SidebarWindowData *wdata, const struct KeyEvent *event) |
| Selects the last unhidden mailbox - Implements sidebar_function_t -. | |
| static int | op_sidebar_next (struct SidebarWindowData *wdata, const struct KeyEvent *event) |
| Selects the next unhidden mailbox - Implements sidebar_function_t -. | |
| static int | op_sidebar_next_new (struct SidebarWindowData *wdata, const struct KeyEvent *event) |
| Selects the next new mailbox - Implements sidebar_function_t -. | |
| static int | op_sidebar_open (struct SidebarWindowData *wdata, const struct KeyEvent *event) |
| Open highlighted mailbox - Implements sidebar_function_t -. | |
| static int | op_sidebar_page_down (struct SidebarWindowData *wdata, const struct KeyEvent *event) |
| Selects the first entry in the next page of mailboxes - Implements sidebar_function_t -. | |
| static int | op_sidebar_page_up (struct SidebarWindowData *wdata, const struct KeyEvent *event) |
| Selects the last entry in the previous page of mailboxes - Implements sidebar_function_t -. | |
| static int | op_sidebar_prev (struct SidebarWindowData *wdata, const struct KeyEvent *event) |
| Selects the previous unhidden mailbox - Implements sidebar_function_t -. | |
| static int | op_sidebar_prev_new (struct SidebarWindowData *wdata, const struct KeyEvent *event) |
| Selects the previous new mailbox - Implements sidebar_function_t -. | |
| static int | op_sidebar_toggle_visible (struct SidebarWindowData *wdata, const struct KeyEvent *event) |
| Make the sidebar (in)visible - Implements sidebar_function_t -. | |
| static int | op_sidebar_toggle_virtual (struct SidebarWindowData *wdata, const struct KeyEvent *event) |
| Deprecated - Implements sidebar_function_t -. | |
Prototype for a Sidebar Function.
| wdata | Sidebar Window data |
| event | Event to process |
| enum | FunctionRetval |
|
static |
Selects the first unhidden mailbox - Implements sidebar_function_t -.
Definition at line 182 of file functions.c.
Here is the call graph for this function:
|
static |
Selects the last unhidden mailbox - Implements sidebar_function_t -.
Definition at line 207 of file functions.c.
Here is the call graph for this function:
|
static |
Selects the next unhidden mailbox - Implements sidebar_function_t -.
Definition at line 231 of file functions.c.
Here is the call graph for this function:
|
static |
Selects the next new mailbox - Implements sidebar_function_t -.
Search down the list of mail folders for one containing new mail.
Definition at line 251 of file functions.c.
Here is the call graph for this function:
|
static |
Open highlighted mailbox - Implements sidebar_function_t -.
Definition at line 276 of file functions.c.
Here is the call graph for this function:
|
static |
Selects the first entry in the next page of mailboxes - Implements sidebar_function_t -.
Definition at line 290 of file functions.c.
Here is the call graph for this function:
|
static |
Selects the last entry in the previous page of mailboxes - Implements sidebar_function_t -.
Definition at line 316 of file functions.c.
Here is the call graph for this function:
|
static |
Selects the previous unhidden mailbox - Implements sidebar_function_t -.
Definition at line 342 of file functions.c.
Here is the call graph for this function:
|
static |
Selects the previous new mailbox - Implements sidebar_function_t -.
Search up the list of mail folders for one containing new mail.
Definition at line 362 of file functions.c.
Here is the call graph for this function:
|
static |
Make the sidebar (in)visible - Implements sidebar_function_t -.
Definition at line 388 of file functions.c.
Here is the call graph for this function:
|
static |
Deprecated - Implements sidebar_function_t -.
Definition at line 399 of file functions.c.