func_maxgui_gadgets_cleargadgetitems.rst 432 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_maxgui_gadgets_cleargadgetitems:
  2. ================
  3. ClearGadgetItems
  4. ================
  5. ClearGadgetItems -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. ClearGadgetItems(gadget:TGadget)
  10. Remove all items added to a list based gadget.
  11. See Also: #CreateComboBox, #CreateListBox, #CreateToolBar and #CreateTabber
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. Nothing.
  17. Examples
  18. ========
  19. See Also
  20. ========