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
6
GooeyMeter *
GooeyMeter_Create
(
int
x,
int
y,
int
width,
int
height,
long
initial_value,
const
char
*label);
7
void
GooeyMeter_Update
(GooeyMeter *meter,
long
new_value);
8
9
#endif
GooeyMeter_Update
void GooeyMeter_Update(GooeyMeter *meter, long new_value)
GooeyMeter_Create
GooeyMeter * GooeyMeter_Create(int x, int y, int width, int height, long initial_value, const char *label)
include
widgets
gooey_meter.h
Generated by
1.9.8