Regular API
function
sim.textEditorShow
Description
Shows or hides a text edition window previously opened with
sim.textEditorOpen
.
C synopsis
-
C parameters
-
C return value
-
Lua synopsis
number res=sim.textEditorShow(number handle,boolean showState)
Lua parameters
handle
: the handle of the text editor window.
showState
: the desired show state of the text editor window.
Lua return values
res
: -1 in case of an error, 1 if the visibility state was toggled.
All regular API functions on one page