12345678910111213141516171819202122232425262728293031323334 |
- .. _func_maxgui_gadgetpaste:
- ===========
- GadgetPaste
- ===========
- GadgetPaste -
- Description
- ===========
- .. code-block:: blitzmax
- GadgetPaste( gadget:TGadget )
- Perform a paste operation on a gadget.
- This is most commonly used on @TextAreas to paste text into the gadget from the clipboard.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|