23#ifndef MUTT_PROGRESS_WINDOW_H
24#define MUTT_PROGRESS_WINDOW_H
enum MuttWindowSize size
Type of Window, e.g. MUTT_WIN_SIZE_FIXED.
void progress_window_set_size(struct MuttWindow *win, size_t size)
Set the progress size.
bool progress_window_update(struct MuttWindow *win, size_t pos, int percent)
Update the Progress Bar Window.
void progress_window_set_message(struct MuttWindow *win, const char *fmt, va_list ap)
Set the progress message.
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.