Regular API function

sim.textEditorClose

Description Closes a text edition window previously opened with sim.textEditorOpen.
C/C++
synopsis
C/C++
parameters
C/C++
return value
Lua synopsis
string text,int[2] pos,int[2] size=sim.textEditorClose(int handle)
Lua parameters
handle: the handle of the text editor window.
Lua return values
text: the text of the editor, or nil in case of an error
pos: the size of the editor, or nil in case of an error
size: the absolute position the editor, or nil in case of an error
Python synopsis string text,list pos,list size=sim.textEditorClose(int handle)