Gooey GUI Library
Loading...
Searching...
No Matches
gooey_image.h
Go to the documentation of this file.
1
10#ifndef GOOEY_IMAGE_H
11#define GOOEY_IMAGE_H
12
13#include "common/gooey_common.h"
14
29GooeyImage *GooeyImage_Create(const char *image_path, int x, int y, int width, int height, void (*callback)(void));
30
31void GooeyImage_SetImage(GooeyImage *image, const char *image_path);
32
33#endif
void GooeyImage_SetImage(GooeyImage *image, const char *image_path)
GooeyImage * GooeyImage_Create(const char *image_path, int x, int y, int width, int height, void(*callback)(void))
Adds an image to a Gooey window.