Gooey GUI Library
Loading...
Searching...
No Matches
gooey_progressbar.h
Go to the documentation of this file.
1#ifndef GOOEY_PROGRESSBAR_H
2#define GOOEY_PROGRESSBAR_H
3
4#include "common/gooey_common.h"
5
6GooeyProgressBar *GooeyProgressBar_Create(int x, int y, int width, int height, long initial_value);
7
8void GooeyProgressBar_Update(GooeyProgressBar *progressbar, long new_value);
9
10#endif
void GooeyProgressBar_Update(GooeyProgressBar *progressbar, long new_value)
GooeyProgressBar * GooeyProgressBar_Create(int x, int y, int width, int height, long initial_value)