12345678910111213141516171819202122232425262728293031323334 |
- .. _func_maxgui_gadgetcut:
- =========
- GadgetCut
- =========
- GadgetCut -
- Description
- ===========
- .. code-block:: blitzmax
- GadgetCut( gadget:TGadget )
- Perform a cut operation on a gadget.
- This is most commonly used on @TextAreas to cut text that is currently selected.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|