|
static void | message_bar (struct MuttWindow *win, int percent, const char *fmt,...) |
| Draw a colourful progress bar.
|
|
static int | progress_window_recalc (struct MuttWindow *win) |
| Recalculate the Progress Bar - Implements MuttWindow::recalc() -.
|
|
static int | progress_window_repaint (struct MuttWindow *win) |
| Repaint the Progress Bar - Implements MuttWindow::repaint() -.
|
|
static bool | percent_needs_update (const struct ProgressWindowData *wdata, int percent) |
| Do we need to update, given the current percentage?
|
|
static bool | pos_needs_update (const struct ProgressWindowData *wdata, long pos) |
| Do we need to update, given the current pos?
|
|
static bool | time_needs_update (const struct ProgressWindowData *wdata, size_t now) |
| Do we need to update, given the current time?
|
|
bool | progress_window_update (struct MuttWindow *win, size_t pos, int percent) |
| Update the Progress Bar Window.
|
|
struct MuttWindow * | progress_window_new (size_t size, size_t size_inc, size_t time_inc, bool is_bytes) |
| Create a new Progress Bar Window.
|
|
void | progress_window_set_message (struct MuttWindow *win, const char *fmt, va_list ap) |
| Set the progress message.
|
|
void | progress_window_set_size (struct MuttWindow *win, size_t size) |
| Set the progress size.
|
|
Progress Bar Window.
- Authors
-
- Copyright
- This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file window.c.