inter.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int IntoEmacs (void)
int C2F() checkevts (int *i)
void sci_tk_activate (void)


Function Documentation

int C2F() checkevts ( int i  ) 

Definition at line 33 of file ScilabXloop.c.

References getINXscilab(), i, and Max.

00034 {
00035   
00036   #ifdef WITH_TK
00037   *i= Max(getINXscilab(),1);
00038   #else
00039   *i= getINXscilab();
00040   #endif
00041   return(0);
00042 }

Here is the call graph for this function:

int IntoEmacs ( void   ) 

Definition at line 85 of file inter.c.

References getenv().

Referenced by DisplayInit().

00086 {
00087   return(strcmp(getenv("TERM"),"dumb")==0);
00088 }

Here is the call graph for this function:

Here is the caller graph for this function:

void sci_tk_activate ( void   ) 

Definition at line 128 of file inter.c.

References basic_scilab_mask(), DisplayInit(), dpy, NULL, and toplevel.

00129 {
00130   Display *dpy = (Display *) NULL;
00131   Widget toplevel = (Widget) NULL;
00132   /*Cout("You have started Scilab in a mode in which TK is not initialized.\n");
00133     Cout("Trying to initialize \n");*/
00134   DisplayInit("",&dpy,&toplevel);
00135   BasicScilab = 0;
00136   basic_scilab_mask(&dpy);
00137 }

Here is the call graph for this function:


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