notclsci.c File Reference

#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)


Function Documentation

int Scierror __PARAMS ( (int iv, char *fmt,...)   ) 

int CloseTCLsci ( void   ) 

TODO : comment

Returns:

Definition at line 15 of file notclsci.c.

Referenced by C2F(), and TerminateTclTk().

00016 {
00017         return 0;
00018 }

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().

00036 {
00037 }

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().

00021 {
00022         return 0;
00023 }

Here is the caller graph for this function:

int C2F() gw_tclsci ( void   ) 

Definition at line 44 of file notclsci.c.

00045 {
00046         Scierror(999,"TCL/TK interface not installed.\r\n");
00047         return 0;
00048 }

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   ) 

TODO : comment

Definition at line 50 of file notclsci.c.

00051 {
00052 }

int isGedOpenedOn ( int  figureId  ) 

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:

int sciDestroyGed ( int  figureId  ) 

Definition at line 54 of file notclsci.c.

Referenced by DeleteObjs().

00055 {
00056         return 1;
00057 }

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 
)

TODO : comment

Parameters:
string 
value 
Returns:

Definition at line 64 of file notclsci.c.

References FALSE, NULL, TCLinterp, and TRUE.

00065 {
00066         return TRUE;
00067 }

int TclEventsLoop ( void   ) 

Definition at line 39 of file notclsci.c.

Referenced by TextMessage1().

00040 {
00041         return 0;
00042 }

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

Parameters:
l 

Definition at line 69 of file notclsci.c.

References l, NULL, str, TCLinterp, and TK_Started.

00070 {
00071 }

int C2F() withtk ( int rep  ) 

TODO : comment

Parameters:
rep 
Returns:

Definition at line 9 of file notclsci.c.

References rep.

00010 { 
00011         *rep =0; 
00012         return 0;
00013 }


Generated on Sun Mar 4 16:13:51 2007 for Scilab [trunk] by  doxygen 1.5.1