Gooey GUI Library
Loading...
Searching...
No Matches
gooey_messagebox.h
Go to the documentation of this file.
1
12 #ifndef GOOEY_MESSAGEBOX_H
13 #define GOOEY_MESSAGEBOX_H
14
15 #include "common/gooey_common.h"
16
30 GooeyWindow *GooeyMessageBox_Create(const char *title, const char *message, MSGBOX_TYPE type, void (*callback)(int option));
31
40 void GooeyMessageBox_Show(GooeyWindow *msgBoxWindow);
41
42 #endif // GOOEY_MESSAGEBOX_H
43
GooeyWindow * GooeyMessageBox_Create(const char *title, const char *message, MSGBOX_TYPE type, void(*callback)(int option))
Creates a message box window.
void GooeyMessageBox_Show(GooeyWindow *msgBoxWindow)
Displays the specified message box window.