func_maxgui_gadgetpaste.rst 402 B

12345678910111213141516171819202122232425262728293031323334
  1. .. _func_maxgui_gadgetpaste:
  2. ===========
  3. GadgetPaste
  4. ===========
  5. GadgetPaste -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. GadgetPaste( gadget:TGadget )
  10. Perform a paste operation on a gadget.
  11. This is most commonly used on @TextAreas to paste text into the gadget from the clipboard.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. Nothing.
  17. Examples
  18. ========
  19. See Also
  20. ========