.. _func_maxgui_gadgettooltip: ============= GadgetTooltip ============= GadgetTooltip - Description =========== .. code-block:: blitzmax GadgetTooltip$( gadget:TGadget ) Returns the gadget tooltip previously set with #SetGadgetTooltip. Returns the tooltip for a %{non-item based} positionable MaxGUI gadget. As such, this function will have no effect on the following gadget types: [ * Windows * Menus * Tree-view nodes * List-boxes * Toolbars * Tabbers * Desktops ] See Also: #SetGadgetTooltip() Parameters ========== Return Values ============= Nothing. Examples ======== See Also ========