Regular API function

sim.textEditorShow

Description Shows or hides a text edition window previously opened with sim.textEditorOpen.
C/C++
synopsis
C/C++
parameters
C/C++
return value
Lua
synopsis
sim.textEditorShow(int handle,bool showState)
Lua
parameters
handle: the handle of the text editor window.
showState: the desired show state of the text editor window.
Lua
return values
Python
synopsis
sim.textEditorShow(int handle,bool showState)