X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqtui.h;h=193f849249ec23ffb09336ec81c1046ae7740636;hp=17fc44e94b6c162c09612ef233c688ada62a558a;hb=91d7e847e051c9aa8be87a72d2763872b6b4f385;hpb=724c65c1f8b34245eee6dbd761e1956a7b0d9c53 diff --git a/src/qtui.h b/src/qtui.h index 17fc44e..193f849 100644 --- a/src/qtui.h +++ b/src/qtui.h @@ -35,6 +35,8 @@ typedef void wxWindow; #define wxHELP 0x00008000 #define wxMORE 0x00010000 #define wxSETUP 0x00020000 +// Force blocking, modal message box dialog (not just notification) +#define wxMODAL 0x00040000 extern int MyMessageBox(const std::string& message, const std::string& caption="Message", int style=wxOK, wxWindow* parent=NULL, int x=-1, int y=-1); #define wxMessageBox MyMessageBox