|
FX::FXHandedDialog::FXHandedDialog |
( |
FXWindow * |
owner, |
|
|
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] |
Definition at line 182 of file FXHandedInterface.h. 00183 : FXTopWindow(owner, name, NULL, NULL, opts, x,y,w,h, 0,0,0,0, 0,0), FXHandedInterfaceI(this, this, pl,pr,pt,pb, hs,vs) { }
|