|
PVDynamic_AddGadget (parentid.l,GadgetID.l,MoveSize.l) |
Top Previous Next |
|
Add a Gadget to be Dynamically Resized.
Use: PVDynamic_AddGadget(#Window,#Gadget,4)
This is automatically created by PureVision when a project is exported.
MoveSize 1 - Vertical Sizing 2 - Horizontal Sizing 4 - Vertical Movement 8 - Horizontal Moving
To allow a Gadget to Dynamically size horizontally and move vertically: PVDynamic_AddGadget(#Window,#Gadget,2|4)
For Gadgets to Dynamically Resize on a Form, the Form must first be added and locked using PVDynamic_AddLockWindow |