TextGadget3D()
Syntax
Result = TextGadget3D(#Gadget3D, x, y, Width, Height, Text$)Description
Creates a Text gadget in the current GadgetList. If #PB_Any is used as '#Gadget3D' parameter, the new gadget number will be returned as 'Result'. A TextGadget is a basic text area for displaying, not entering, text.
The content can be changed with the function SetGadgetText3D() and can be obtained with GetGadgetText3D().
Note: This Gadget doesn't receive any user events, and GadgetToolTip3D() can't be used with it.
Supported OS
All