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
32
GooeyDropSurface *
GooeyDropSurface_Create
(
int
x,
int
y,
int
width,
33
int
height,
char
*default_message,
34
void
(*callback)(
char
*mime,
char
*file_path));
35
44
void
GooeyDropSurface_Clear
(GooeyDropSurface *drop_surface);
45
46
#endif
// GOOEY_DROP_SURFACE_H
GooeyDropSurface_Clear
void GooeyDropSurface_Clear(GooeyDropSurface *drop_surface)
Clears the content of a drop surface.
GooeyDropSurface_Create
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.
include
widgets
gooey_drop_surface.h
Generated by
1.9.8