OpenGadgetList()

Syntax

OpenGadgetList(#Gadget [, Item])
Description
Use the specified gadget as a GadgetList, to dynamically add new gadgets to it.

Parameters

#Gadget The gadget in which new gadgets should be created.
Item (optional) For the PanelGadget(): Specifies the panel to which the gadgets should be added. To add a new panel dynamically to the PanelGadget() the 'Item' parameter must be omitted.

Return value

None.

Remarks

The following gadgets are supported by OpenGadgetList():

- ContainerGadget()
- PanelGadget()
- ScrollAreaGadget()

Once the all the needed changes are done, CloseGadgetList() should be called.

See Also

CloseGadgetList(), ContainerGadget(), PanelGadget(), ScrollAreaGadget()

Supported OS

All

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