Recalculate the Window data. More...
Functions | |
int | alias_recalc (struct MuttWindow *win) |
Recalculate the display of the Alias Window - Implements MuttWindow::recalc() -. | |
static int | cbar_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 | 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 | win_chain_recalc (struct MuttWindow *win) |
Recalculate the Chain list - 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 89 of file gui.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 161 of file cbar.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 176 of file window.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 775 of file window.c.
|
static |
Recalculate the display of the Message Window - Implements MuttWindow::recalc() -.
Definition at line 163 of file msgwin.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 82 of file sbar.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 142 of file helpbar.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 89 of file ibar.c.
|
static |
Recalculate the Index display - Implements MuttWindow::recalc() -.
Definition at line 534 of file index.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 80 of file window.c.
|
static |
Recalculate the Chain list - Implements MuttWindow::recalc() -.
Definition at line 106 of file win_chain.c.
|
static |
Recalculate the Pager display - Implements MuttWindow::recalc() -.
Definition at line 120 of file pager.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 93 of file pbar.c.
|
static |
Recalculate the Progress Bar - Implements MuttWindow::recalc() -.
Definition at line 133 of file window.c.
int sb_recalc | ( | struct MuttWindow * | win | ) |
Recalculate the Sidebar display - Implements MuttWindow::recalc() -.
Definition at line 770 of file window.c.