SG_SetGadgetText | ||||||
Syntax: | ||||||
SG_SetGadgetText(SG_GadgetID_L.l, GadgetText_S.s) | ||||||
Parameters: | ||||||
| ||||||
Description: | ||||||
Change the gadget text content of the specified Gadget. This command is especially useful for: - StringGadget(): change the content of the StringGadget. - TextGadget(): change the content of the TextGadget. - ButtonGadget(): change the text of the ButtonGadget - CheckboxGadget(): change the text of the CheckboxGadget - OptionGadget(): change the text of the OptionGadget | ||||||
Example: | ||||||
| ||||||
Remarks: | ||||||
| ||||||
|