|
FX::FXWizard::FXWizard |
( |
FXWindow * |
owner, |
|
|
const FXString & |
name, |
|
|
FXImage * |
image, |
|
|
FXuint |
opts = DECOR_TITLE|DECOR_BORDER|DECOR_RESIZE , |
|
|
FXint |
x = 0 , |
|
|
FXint |
y = 0 , |
|
|
FXint |
w = 0 , |
|
|
FXint |
h = 0 , |
|
|
FXint |
pl = 10 , |
|
|
FXint |
pr = 10 , |
|
|
FXint |
pt = 10 , |
|
|
FXint |
pb = 10 , |
|
|
FXint |
hs = 10 , |
|
|
FXint |
vs = 10 | |
|
) |
| | |
Construct Wizard which will always float over the owner window.
|