Gooey GUI Library
Loading...
Searching...
No Matches
gooey_messagebox.h
Go to the documentation of this file.
1#ifndef GOOEY_MESSAGEBOX_H
2#define GOOEY_MESSAGEBOX_H
3
4#include "core/gooey_backend_internal.h"
5#include "gooey_widgets_internal.h"
6
20GooeyWindow GooeyMessageBox_Create(const char *title, const char *message, MSGBOX_TYPE type, void (*callback)(int option));
21
30void GooeyMessageBox_Show(GooeyWindow *msgBoxWindow);
31
32
33
34
35void GooeyMessageBox_Show(GooeyWindow *msgBoxWindow);
36
37
38
39#endif
void GooeyMessageBox_Show(GooeyWindow *msgBoxWindow)
Displays the specified message box window.
GooeyWindow GooeyMessageBox_Create(const char *title, const char *message, MSGBOX_TYPE type, void(*callback)(int option))
Creates a message box window.