OpenScreenGadgetList()
Syntax
OpenScreenGadgetList(#ScreenGadget [, Item])Description
Use the specified gadget as a GadgetList, to dynamically add new gadgets to it. Once the all the needed changes are done, CloseScreenGadgetList() should be called.
Parameters
#ScreenGadget The gadget to use. Item (optional) The gadget item to use. This is only supported for PanelScreenGadget().
Remarks
This function is supported by the following gadgets:
- ContainerScreenGadget()
- PanelScreenGadget() : The optional 'Item' parameter needs to be specified
- ScrollAreaScreenGadget()
Supported OS
All