20 #ifndef NCMPC_PROGRESS_BAR_HXX 21 #define NCMPC_PROGRESS_BAR_HXX 28 unsigned current = 0, max = 0;
37 bool Set(
unsigned current,
unsigned max);
bool Set(unsigned current, unsigned max)
Definition: Window.hxx:28
ProgressBar(Point p, unsigned _width)
void OnResize(Point p, unsigned _width)
Definition: ProgressBar.hxx:25