Recalculate the Window data. More...
Functions | |
| int | alias_recalc (struct MuttWindow *win) |
| Recalculate the display of the Alias Window - Implements MuttWindow::recalc() -. | |
| static int | attach_recalc (struct MuttWindow *win) |
| Recalculate the Window data - Implements MuttWindow::recalc() -. | |
| int | attach_recalc_simple (struct MuttWindow *win) |
| Recalculate the Window data - Implements MuttWindow::recalc() -. | |
| static int | cbar_recalc (struct MuttWindow *win) |
| Recalculate the Window data - Implements MuttWindow::recalc() -. | |
| static int | compose_recalc (struct MuttWindow *dlg) |
| Recalculate the Window data - Implements MuttWindow::recalc() -. | |
| static int | preview_recalc (struct MuttWindow *win) |
| Recalculate the Window data - Implements MuttWindow::recalc() -. | |
| static int | enter_recalc (struct MuttWindow *win) |
| Recalculate the Window data - Implements MuttWindow::recalc() -. | |
| static int | env_recalc (struct MuttWindow *win) |
| Recalculate the Window data - Implements MuttWindow::recalc() -. | |
| static int | msgwin_recalc (struct MuttWindow *win) |
| Recalculate the display of the Message Window - Implements MuttWindow::recalc() -. | |
| static int | sbar_recalc (struct MuttWindow *win) |
| Recalculate the Window data - Implements MuttWindow::recalc() -. | |
| static int | utilwin_recalc (struct MuttWindow *win) |
| Recalculate the Utility Window - Implements MuttWindow::recalc() -. | |
| static int | helpbar_recalc (struct MuttWindow *win) |
| Recalculate the display of the Help Bar - Implements MuttWindow::recalc() -. | |
| static int | ibar_recalc (struct MuttWindow *win) |
| Recalculate the Window data - Implements MuttWindow::recalc() -. | |
| static int | index_recalc (struct MuttWindow *win) |
| Recalculate the Index display - Implements MuttWindow::recalc() -. | |
| static int | menu_recalc (struct MuttWindow *win) |
| Recalculate the Window data - Implements MuttWindow::recalc() -. | |
| static int | pager_recalc (struct MuttWindow *win) |
| Recalculate the Pager display - Implements MuttWindow::recalc() -. | |
| static int | pbar_recalc (struct MuttWindow *win) |
| Recalculate the Window data - Implements MuttWindow::recalc() -. | |
| static int | progress_window_recalc (struct MuttWindow *win) |
| Recalculate the Progress Bar - Implements MuttWindow::recalc() -. | |
| int | sb_recalc (struct MuttWindow *win) |
| Recalculate the Sidebar display - Implements MuttWindow::recalc() -. | |
Recalculate the Window data.
| win | Window |
| 0 | Success |
| -1 | Error |
| int alias_recalc | ( | struct MuttWindow * | win | ) |
Recalculate the display of the Alias Window - Implements MuttWindow::recalc() -.
Definition at line 96 of file gui.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 244 of file attach.c.
| int attach_recalc_simple | ( | struct MuttWindow * | win | ) |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 267 of file attach.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 81 of file cbar.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 128 of file dlg_compose.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 344 of file preview.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 170 of file window.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 731 of file window.c.
|
static |
Recalculate the display of the Message Window - Implements MuttWindow::recalc() -.
Definition at line 162 of file msgwin.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 82 of file sbar.c.
|
static |
Recalculate the Utility Window - Implements MuttWindow::recalc() -.
Definition at line 84 of file utilwin.c.
|
static |
Recalculate the display of the Help Bar - Implements MuttWindow::recalc() -.
Generate the help string from data on the focused Window. The Help Bar isn't drawn, yet.
Definition at line 125 of file helpbar.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 91 of file ibar.c.
|
static |
Recalculate the Index display - Implements MuttWindow::recalc() -.
Definition at line 593 of file index.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 81 of file window.c.
|
static |
Recalculate the Pager display - Implements MuttWindow::recalc() -.
Definition at line 125 of file pager.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 90 of file pbar.c.
|
static |
Recalculate the Progress Bar - Implements MuttWindow::recalc() -.
Definition at line 135 of file window.c.
| int sb_recalc | ( | struct MuttWindow * | win | ) |
Recalculate the Sidebar display - Implements MuttWindow::recalc() -.
Definition at line 632 of file window.c.