Docs » Autodocs » texteditor.gadget » GM_TEXTEDITOR_InsertText
GM_TEXTEDITOR_InsertText
DoGadgetMethod(obj, win, req, GM_TEXTEDITOR_InsertText, NULL, STRPTR text, LONG pos);
This will insert the given text using the current importhook. The position of the inserted text can be: GV_TEXTEDITOR_InsertText_Cursor GV_TEXTEDITOR_InsertText_Top GV_TEXTEDITOR_InsertText_Bottom
NONE
GM_TEXTEDITOR_ExportText()
|