Gooey GUI Library
Loading...
Searching...
No Matches
gooey_meter.h
Go to the documentation of this file.
1#ifndef GOOEY_METER_H
2#define GOOEY_METER_H
3
4#include "common/gooey_common.h"
5
6GooeyMeter *GooeyMeter_Create(int x, int y, int width, int height, long initial_value, const char *label);
7void GooeyMeter_Update(GooeyMeter *meter, long new_value);
8
9#endif
void GooeyMeter_Update(GooeyMeter *meter, long new_value)
GooeyMeter * GooeyMeter_Create(int x, int y, int width, int height, long initial_value, const char *label)