Home
last modified time | relevance | path

Searched refs:ExecMessageBox (Results 1 – 2 of 2) sorted by last modified time

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/QtUtils/
H A DModalMessageBox.cpp20 static inline int ExecMessageBox(ModalMessageBox::Icon icon, QWidget* parent, const QString& title, in ExecMessageBox() function
39 return ExecMessageBox(QMessageBox::Critical, parent, title, text, buttons, default_button, in critical()
47 return ExecMessageBox(QMessageBox::Information, parent, title, text, buttons, default_button, in information()
55 return ExecMessageBox(QMessageBox::Warning, parent, title, text, buttons, default_button, in question()
63 return ExecMessageBox(QMessageBox::Warning, parent, title, text, buttons, default_button, in warning()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dexec.c210 int ExecMessageBox ARGS_DECL((char**, struct ObjRec *, char*));
377 { (NLFN*)ExecMessageBox, "message_box", 4, 0},
5152 int ExecMessageBox(argv, obj_ptr, orig_cmd) in ExecMessageBox() function