Home
Products
Community
Manuals
Contact
Login or Signup

BlitzMax Docs -> I -> InsertGadgetItem

InsertGadgetItem(gadget:TGadget,index,text$,flags=0,icon=-1,tip$="",extra:Object=Null)

Returns:

Nothing.

Description:

Inserts an item in a list based gadget at the specified index.

An item can be inserted in a ComboBox, ListBox, Tabber and ToolBar list based gadgets.

See AddGadgetItem for a description of the parameters.

See Also: CreateComboBox, CreateListBox, CreateTabber and CreateToolBar


Comments

None.

BlitzMax Manual Forum

Blitz3D Equivalent Command