Gooey GUI Library
Loading...
Searching...
No Matches
gooey_progressbar.h File Reference
#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)
 

Function Documentation

◆ GooeyProgressBar_Create()

GooeyProgressBar * GooeyProgressBar_Create ( int  x,
int  y,
int  width,
int  height,
long  initial_value 
)

◆ GooeyProgressBar_Update()

void GooeyProgressBar_Update ( GooeyProgressBar *  progressbar,
long  new_value 
)