1234567891011121314151617181920212223242526272829303132333435 |
- .. _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
- ========
|