func_maxgui_gadgettooltip.rst 614 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .. _func_maxgui_gadgettooltip:
  2. =============
  3. GadgetTooltip
  4. =============
  5. GadgetTooltip -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. GadgetTooltip$( gadget:TGadget )
  10. Returns the gadget tooltip previously set with #SetGadgetTooltip.
  11. Returns the tooltip for a %{non-item based} positionable MaxGUI gadget. As such, this function will have no effect on the following gadget types:
  12. [
  13. * Windows
  14. * Menus
  15. * Tree-view nodes
  16. * List-boxes
  17. * Toolbars
  18. * Tabbers
  19. * Desktops
  20. ]
  21. See Also: #SetGadgetTooltip()
  22. Parameters
  23. ==========
  24. Return Values
  25. =============
  26. Nothing.
  27. Examples
  28. ========
  29. See Also
  30. ========