|
FX::FXHandedMsgBox::FXHandedMsgBox |
( |
FXWindow * |
owner, |
|
|
const FXString & |
caption, |
|
|
const FXString & |
text, |
|
|
const FXIcon * |
icon = informationalIcon() , |
|
|
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 | |
|
) |
| | |
|