static FXuint FX::FXHandedMsgBox::fatalerror ( FXWindow window,
const FXString caption,
const FXString text,
FXuint  opts = DECOR_ALL|HANDEDMSGBOX_DEFOKBUTTON,
FXint  x = 0,
FXint  y = 0,
FXint  w = 200,
FXint  h = 150,
FXint  pl = DEFAULT_PAD,
FXint  pr = DEFAULT_PAD,
FXint  pt = DEFAULT_PAD,
FXint  pb = DEFAULT_PAD,
FXint  hs = DEFAULT_SPACING,
FXint  vs = DEFAULT_SPACING 
) [inline, static]

Issues a fatal error message box.

Definition at line 95 of file FXHandedMsgBox.h.

00096     {
00097         return FXHandedMsgBox(window, caption, text, fatalErrorIcon(), opts, x,y,w,h, pl,pr,pt,pb, hs,vs).execute();
00098     }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:34:17 2009 for TnFOX by doxygen v1.4.7