OpenGadgetList()

Syntax

OpenGadgetList(#Gadget [, Item])
Description
Use the specified #Gadget as a GadgetList, to dynamically add new gadgets to it. Once the all the needed changes are done, CloseGadgetList() should be called. The following gadgets are supported by OpenGadgetList():

- ContainerGadget()
- PanelGadget(): 'Item' need to be specified when adding a gadget on a specific panel. To add a new panel dynamically to the PanelGadget() the 'Item' parameter must be omitted.
- ScrollAreaGadget()

Supported OS

All

<- MDIGadget() - Gadget Index - OptionGadget() ->