ScilabEval
- tcl instruction : Evaluate a string with scilab interpreter
TCL_CreateSlave
- Create a TCL slave interpreter
TCL_DeleteInterp
- delete TCL interpreter
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
TCL_EvalFile
- Reads and evaluate a tcl/tk file
TK_EvalFile
- Reads and evaluate a tcl/tk file (obsolete)
TCL_EvalStr
- Evaluate a string whithin the tcl/tk interpreter
TK_EvalStr
- Evaluate a string whithin the tcl/tk interpreter (obsolete)
TK_GetVar
- Get a tcl/tk variable value (obsolete)
TK_SetVar
- Set a tcl/tk variable value (obsolete)
close
- close a figure
figure
- create a figure
findobj
- find an object with specified property
uicontrol
- create a Graphic User Interface object
uimenu
- Create a menu or a submenu in a figure