mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
9 lines
241 B
C
9 lines
241 B
C
#include "alert_c.h"
|
|
// #include "window.h"
|
|
|
|
int aShowAlert(const char *title, const char *msg, const char *defaultButton,
|
|
const char *cancelButton){
|
|
int alert=showAlert(title,msg,defaultButton,cancelButton);
|
|
|
|
return alert;
|
|
} |