AddGadgetItem3D()
Syntax
Result = AddGadgetItem3D(#Gadget3D, Position, Text$ [, TextureID [, Flags]])Description
Add an item to the specified #Gadget3D. An optional TextureID() can be specified for any gadgets which support it.
The following gadgets are supported:
- ComboBoxGadget3D()
- EditorGadget3D()
- ListViewGadget3D()
- PanelGadget3D()
The position specifies the item index where the new item should be inserted. To add the item at the start, use an index of 0. To add this item to the end of the current item list, use a value of -1. Remember that when you add an item that all current items which come after the new one will have their positions increased by 1.
Supported OS
All