func_maxgui_gadgettext.rst 513 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .. _func_maxgui_gadgettext:
  2. ==========
  3. GadgetText
  4. ==========
  5. GadgetText -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. GadgetText$( gadget:TGadget )
  10. Returns a gadget's text.
  11. For the @Label, @Button, @TextField, @ComboBox, @TextArea and Group @Panel gadgets, the contents
  12. of the gadget are returned with the new gadget's text.
  13. For a @Window gadget, #GadgetText returns the title of the @Window.
  14. Parameters
  15. ==========
  16. Return Values
  17. =============
  18. Nothing.
  19. Examples
  20. ========
  21. See Also
  22. ========