20 #ifndef NCMPC_PROGRESS_BAR_H 21 #define NCMPC_PROGRESS_BAR_H 38 window_init(&p->
window, 1, width, y, x);
unsigned current
Definition: progress_bar.h:30
unsigned max
Definition: progress_bar.h:30
Definition: progress_bar.h:27
unsigned width
Definition: progress_bar.h:32
WINDOW * w
Definition: window.h:27
bool progress_bar_set(struct progress_bar *p, unsigned current, unsigned max)
void progress_bar_paint(const struct progress_bar *p)
void progress_bar_resize(struct progress_bar *p, unsigned width, int y, int x)
struct window window
Definition: progress_bar.h:28