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