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 | 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 153 of file cbar.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 175 of file window.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 720 of file window.c.
|
static |
Recalculate the display of the Message Window - Implements MuttWindow::recalc() -.
Definition at line 161 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 90 of file ibar.c.
|
static |
Recalculate the Index display - Implements MuttWindow::recalc() -.
Definition at line 587 of file index.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 80 of file window.c.
|
static |
Recalculate the Pager display - Implements MuttWindow::recalc() -.
Definition at line 121 of file pager.c.
|
static |
Recalculate the Window data - Implements MuttWindow::recalc() -.
Definition at line 92 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 777 of file window.c.