Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
texteditor.gadget
NAME
GM_TEXTEDITOR_InsertText
SYNOPSIS
DoGadgetMethod(obj, win, req, GM_TEXTEDITOR_InsertText, NULL, STRPTR
text, LONG pos);
FUNCTION
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
SEE ALSO
GM_TEXTEDITOR_ExportText