Frame3DGadget3D()
Syntax
Result = Frame3DGadget3D(#Gadget3D, x, y, Width, Height, Text$)Description
Creates a Frame3D gadget in the current GadgetList. If #PB_Any is used as '#Gadget3D' parameter, the new gadget number will be returned as 'Result'. This kind of gadget is decorative only. The Text$ parameter is only valid if no borders are specfied, else it will be ignored.
Note: As this Gadget is decorative only, GadgetToolTip3D() cannot be used. This Gadget also receives no events.
Supported OS
All