1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_maxgui_gadgets_removegadgetitem:
- ================
- RemoveGadgetItem
- ================
- RemoveGadgetItem -
- Description
- ===========
- .. code-block:: blitzmax
- RemoveGadgetItem( gadget:TGadget,index )
- Remove a gadget-item from a list based gadget.
- See Also: #CreateComboBox, #CreateListBox, #CreateTabber and #CreateToolBar
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|