func_maxgui_disablegadgetitem.rst 435 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_maxgui_disablegadgetitem:
  2. =================
  3. DisableGadgetItem
  4. =================
  5. DisableGadgetItem -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. DisableGadgetItem( gadget:TGadget,index )
  10. Disable a particular item in a list based gadget.
  11. Typically, this can only be used on toolbars.
  12. See Also: #CreateToolBar
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========