Gooey GUI Library
Loading...
Searching...
No Matches
gooey_drop_surface.h
Go to the documentation of this file.
1
11#ifndef GOOEY_DROP_SURFACE_H
12#define GOOEY_DROP_SURFACE_H
13
14#include "common/gooey_common.h"
15
32GooeyDropSurface *GooeyDropSurface_Create(int x, int y, int width,
33 int height, char *default_message,
34 void (*callback)(char *mime, char *file_path));
35
44void GooeyDropSurface_Clear(GooeyDropSurface *drop_surface);
45
46#endif // GOOEY_DROP_SURFACE_H
void GooeyDropSurface_Clear(GooeyDropSurface *drop_surface)
Clears the content of a drop surface.
GooeyDropSurface * GooeyDropSurface_Create(int x, int y, int width, int height, char *default_message, void(*callback)(char *mime, char *file_path))
Adds a file drop surface.