Gooey GUI Library
Loading...
Searching...
No Matches
gooey_plot.h
Go to the documentation of this file.
1
13#ifndef GOOEY_PLOT_H
14#define GOOEY_PLOT_H
15
16#include "common/gooey_common.h"
17
34GooeyPlot *GooeyPlot_Create(GOOEY_PLOT_TYPE plot_type, GooeyPlotData *data, int x, int y, int width, int height);
35
45void GooeyPlot_Update(GooeyPlot *plot, GooeyPlotData *new_data);
46
47
48#endif /* GOOEY_PLOT_H */
void GooeyPlot_Update(GooeyPlot *plot, GooeyPlotData *new_data)
Updates the data of an existing plot.
GooeyPlot * GooeyPlot_Create(GOOEY_PLOT_TYPE plot_type, GooeyPlotData *data, int x, int y, int width, int height)
Creates a plot widget.