notclsci.c

Go to the documentation of this file.
00001 /*-----------------------------------------------------------------------------------*/
00002 /* INRIA 2006 */
00003 /* Allan CORNET */
00004 /*-----------------------------------------------------------------------------------*/ 
00005 #include "machine.h" 
00006 /*-----------------------------------------------------------------------------------*/ 
00007 extern int  Scierror __PARAMS((int iv,char *fmt,...));
00008 /*-----------------------------------------------------------------------------------*/ 
00009 int C2F(withtk)(int *rep)
00010 { 
00011         *rep =0; 
00012         return 0;
00013 }
00014 /*-----------------------------------------------------------------------------------*/ 
00015 int CloseTCLsci(void)
00016 {
00017         return 0;
00018 }
00019 /*-----------------------------------------------------------------------------------*/ 
00020 int GetTclCurrentFigure( void )
00021 {
00022         return 0;
00023 }
00024 /*-----------------------------------------------------------------------------------*/ 
00025 BOOL Set_TCL_LIBRARY_PATH(char *DefaultPath)
00026 {
00027         return TRUE;
00028 }
00029 /*-----------------------------------------------------------------------------------*/ 
00030 BOOL Set_TK_LIBRARY_PATH(char *DefaultPath)
00031 {
00032         return TRUE;
00033 }
00034 /*-----------------------------------------------------------------------------------*/ 
00035 void flushTKEvents(void)
00036 {
00037 }
00038 /*-----------------------------------------------------------------------------------*/ 
00039 int TclEventsLoop(void)
00040 {
00041         return 0;
00042 }
00043 /*-----------------------------------------------------------------------------------*/ 
00044 int C2F(gw_tclsci)()
00045 {
00046         Scierror(999,"TCL/TK interface not installed.\r\n");
00047         return 0;
00048 }
00049 /*-----------------------------------------------------------------------------------*/ 
00050 void initTCLTK(void)
00051 {
00052 }
00053 /*-----------------------------------------------------------------------------------*/ 
00054 int sciDestroyGed( int figureId )
00055 {
00056         return 1;
00057 }
00058 /*-----------------------------------------------------------------------------------*/ 
00059 int isGedOpenedOn( int figureId )
00060 {
00061         return FALSE;
00062 }
00063 /*-----------------------------------------------------------------------------------*/ 
00064 int setenvtcl(char *string,char *value)
00065 {
00066         return TRUE;
00067 }
00068 /*-----------------------------------------------------------------------------------*/ 
00069 void C2F(tksynchro)( int *l)
00070 {
00071 }
00072 /*-----------------------------------------------------------------------------------*/ 
00073 BOOL InitializeTclTk(void)
00074 {
00075         BOOL bOK=FALSE;
00076         return bOK;
00077 }
00078 /*-----------------------------------------------------------------------------------*/ 
00079 BOOL TerminateTclTk(void)
00080 {
00081         return TRUE;
00082 }
00083 /*-----------------------------------------------------------------------------------*/ 
00084         

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