12345678910111213141516171819202122232425262728293031323334 |
- .. _func_maxgui_gadgetprint:
- ===========
- GadgetPrint
- ===========
- GadgetPrint -
- Description
- ===========
- .. code-block:: blitzmax
- GadgetPrint( gadget:TGadget )
- Perform a print operation on a gadget.
- This function is currently only supported on @TextAreas and @HTMLViews.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|