ContainerGadget3D()
Syntax
Result = ContainerGadget3D(#Gadget3D, x, y, Width, Height)Description
Creates a container gadget in the current GadgetList. If #PB_Any is used as '#Gadget3D' parameter, the new gadget number will be returned as 'Result'.
It's a simple panel gadget which can contain other gadgets. Once the gadget is created, all future created gadgets will be created inside the container. When all the needed gadgets have been created, CloseGadgetList3D() must be called to return to the previous GadgetList. OpenGadgetList3D() can be used later to add others gadgets on the fly in the container area.
To add a 'mini help' to this gadget, use GadgetToolTip3D().
Supported OS
All