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
29
GooeyImage *
GooeyImage_Create
(
const
char
*image_path,
int
x,
int
y,
int
width,
int
height,
void
(*callback)(
void
));
30
31
void
GooeyImage_SetImage
(GooeyImage *image,
const
char
*image_path);
32
33
#endif
GooeyImage_SetImage
void GooeyImage_SetImage(GooeyImage *image, const char *image_path)
GooeyImage_Create
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.
include
widgets
gooey_image.h
Generated by
1.9.8