1#ifndef GOOEY_MESSAGEBOX_H
2#define GOOEY_MESSAGEBOX_H
4#include "core/gooey_backend_internal.h"
5#include "gooey_widgets_internal.h"
20GooeyWindow
GooeyMessageBox_Create(
const char *title,
const char *message, MSGBOX_TYPE type,
void (*callback)(
int option));
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.