.. _func_maxgui_toolbars_settoolbartips: ============== SetToolBarTips ============== SetToolBarTips - Description =========== .. code-block:: blitzmax SetToolBarTips( toolbar:TGadget,tips$[] ) Attach a list of tips to a ToolBar gadget. Simply provides a quick way to set the tooltips of a toolbar's items after them being added. See Also: #CreateToolBar Parameters ========== Return Values ============= Nothing. Examples ======== See Also ========