|
FX::FXHandedDialog::FXHandedDialog |
( |
FXApp * |
a, |
|
|
const FXString & |
name, |
|
|
FXuint |
opts = HANDEDINTERFACE_BOTTOMWELL|DECOR_ALL , |
|
|
FXint |
x = 0 , |
|
|
FXint |
y = 0 , |
|
|
FXint |
w = 0 , |
|
|
FXint |
h = 0 , |
|
|
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] |
Constructs a handed dialog with optional primary buttons.
Definition at line 179 of file FXHandedInterface.h. 00180 : FXTopWindow(a, name, NULL, NULL, opts, x,y,w,h, 0,0,0,0, 0,0), FXHandedInterfaceI(this, this, pl,pr,pt,pb, hs,vs) { }
|