.. _func_maxgui_gadgettext: ========== GadgetText ========== GadgetText - Description =========== .. code-block:: blitzmax GadgetText$( gadget:TGadget ) Returns a gadget's text. For the @Label, @Button, @TextField, @ComboBox, @TextArea and Group @Panel gadgets, the contents of the gadget are returned with the new gadget's text. For a @Window gadget, #GadgetText returns the title of the @Window. Parameters ========== Return Values ============= Nothing. Examples ======== See Also ========