Definition | XMessageBox ( XResource ms1, XResource ms2, ULONG style, XWindow* owner, ULONG id )
XMessageBox ( const char* s1, const char* s2, ULONG style, XWindow* owner, ULONG id )
XMessageBox ( XResource ms1, XResource ms2, ULONG style = MB_OK , XWindow* owner = NULL, ULONG id = 0 )
XMessageBox ( const char* s1, const char* s2 = NULL, ULONG style = MBOX_OK , XWindow* owner = NULL, ULONG id = 0 ) |