Gooey GUI Library
|
#include "common/gooey_common.h"
Go to the source code of this file.
Functions | |
GooeyProgressBar * | GooeyProgressBar_Create (int x, int y, int width, int height, long initial_value) |
void | GooeyProgressBar_Update (GooeyProgressBar *progressbar, long new_value) |
GooeyProgressBar * GooeyProgressBar_Create | ( | int | x, |
int | y, | ||
int | width, | ||
int | height, | ||
long | initial_value | ||
) |
void GooeyProgressBar_Update | ( | GooeyProgressBar * | progressbar, |
long | new_value | ||
) |