Partie XLI. Interface avec Tcl/Tk
Table des matières
ScilabEval
— tcl instruction : Evaluate a string with scilab interpreter
TCL_CreateSlave
— Create a TCL slave interpreter
TCL_DeleteInterp
— delete TCL interpreter
TCL_EvalFile
— Reads and evaluate a tcl/tk file
TCL_EvalStr
— Evaluate a string whithin the Tcl/Tk interpreter
TCL_ExistArray
— Return %T if a tcl array exists
TCL_ExistInterp
— Return %T if a tcl slave interperter exists
TCL_ExistVar
— Return %T if a tcl variable exists
TCL_GetVar
— Get a tcl/tk variable value
TCL_GetVersion
— get the version of the TCL/TK library at runtime.
TCL_SetVar
— Set a tcl/tk variable value
TCL_UnsetVar
— Remove a tcl variable
TCL_UpVar
— Make a link from a tcl source variable to a tcl destination variable
browsevar
— Scilab variable browser
config
— Scilab general configuration.
editvar
— Scilab variable editor
tk_getdir
— dialog to get a directory path
tk_savefile
— dialog to get a file path for writing
winclose
— close windows created by sciGUI
winlist
— Return the winId of current window created by sciGUI