func_maxgui_toolbars_settoolbartips.rst 469 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_maxgui_toolbars_settoolbartips:
  2. ==============
  3. SetToolBarTips
  4. ==============
  5. SetToolBarTips -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SetToolBarTips( toolbar:TGadget,tips$[] )
  10. Attach a list of tips to a ToolBar gadget.
  11. Simply provides a quick way to set the tooltips of a toolbar's items after them being added.
  12. See Also: #CreateToolBar
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========