static FXuint FX::FXHandedMsgBox::question ( FXApp a,
const FXString caption,
const FXString text,
FXuint  opts = DECOR_ALL|HANDEDMSGBOX_DEFOKBUTTON|HANDEDMSGBOX_OKCANCELBUTTONS|HANDEDMSGBOX_USEYESNO,
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 question message box.

Definition at line 110 of file FXHandedMsgBox.h.

00111     {
00112         return FXHandedMsgBox(a, caption, text, questionIcon(), opts, x,y,w,h, pl,pr,pt,pb, hs,vs).execute();
00113     }


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