#include "machine.h"Include dependency graph for notclsci.c:

Go to the source code of this file.
Functions | |
| int Scierror | __PARAMS ((int iv, char *fmt,...)) |
| int C2F() | withtk (int *rep) |
| int | CloseTCLsci (void) |
| int | GetTclCurrentFigure (void) |
| BOOL | Set_TCL_LIBRARY_PATH (char *DefaultPath) |
| BOOL | Set_TK_LIBRARY_PATH (char *DefaultPath) |
| void | flushTKEvents (void) |
| int | TclEventsLoop (void) |
| int C2F() | gw_tclsci () |
| void | initTCLTK (void) |
| int | sciDestroyGed (int figureId) |
| int | isGedOpenedOn (int figureId) |
| int | setenvtcl (char *string, char *value) |
| void C2F() | tksynchro (int *l) |
| BOOL | InitializeTclTk (void) |
| BOOL | TerminateTclTk (void) |
| int CloseTCLsci | ( | void | ) |
TODO : comment
Definition at line 15 of file notclsci.c.
Referenced by C2F(), and TerminateTclTk().
Here is the caller graph for this function:

| void flushTKEvents | ( | void | ) |
Definition at line 35 of file notclsci.c.
Referenced by C2F(), OpenTCLsci(), sxevents(), TextMessage1(), xevents1(), Xorgetchar(), and XtMyLoop().
Here is the caller graph for this function:

| int GetTclCurrentFigure | ( | void | ) |
Definition at line 20 of file notclsci.c.
References int, NULL, TCL_ERROR15, and TCLinterp.
Referenced by C2F(), and get_current_figure_property().
Here is the caller graph for this function:

| int C2F() gw_tclsci | ( | void | ) |
| BOOL InitializeTclTk | ( | void | ) |
Definition at line 73 of file notclsci.c.
References FALSE.
Referenced by initscilab().
00074 { 00075 BOOL bOK=FALSE; 00076 return bOK; 00077 }
Here is the caller graph for this function:

| void initTCLTK | ( | void | ) |
Definition at line 59 of file notclsci.c.
References FALSE.
Referenced by sciDestroyGed().
00060 { 00061 return FALSE; 00062 }
Here is the caller graph for this function:

Definition at line 54 of file notclsci.c.
Referenced by DeleteObjs().
Here is the caller graph for this function:

| BOOL Set_TCL_LIBRARY_PATH | ( | char * | DefaultPath | ) |
Definition at line 25 of file notclsci.c.
References TRUE.
Referenced by set_sci_env().
00026 { 00027 return TRUE; 00028 }
Here is the caller graph for this function:

| BOOL Set_TK_LIBRARY_PATH | ( | char * | DefaultPath | ) |
Definition at line 30 of file notclsci.c.
References TRUE.
Referenced by set_sci_env().
00031 { 00032 return TRUE; 00033 }
Here is the caller graph for this function:

| int setenvtcl | ( | char * | string, | |
| char * | value | |||
| ) |
| int TclEventsLoop | ( | void | ) |
Definition at line 39 of file notclsci.c.
Referenced by TextMessage1().
Here is the caller graph for this function:

| BOOL TerminateTclTk | ( | void | ) |
Definition at line 79 of file notclsci.c.
References TRUE.
Referenced by ExitScilab().
00080 { 00081 return TRUE; 00082 }
Here is the caller graph for this function:

| void C2F() tksynchro | ( | int * | l | ) |
TODO : comment
| l |
Definition at line 69 of file notclsci.c.
References l, NULL, str, TCLinterp, and TK_Started.
TODO : comment
| rep |
Definition at line 9 of file notclsci.c.
References rep.
00010 { 00011 *rep =0; 00012 return 0; 00013 }
1.5.1