TerminateTclTk.c File Reference

#include "TerminateTclTk.h"
#include "InitTclTk.h"

Include dependency graph for TerminateTclTk.c:

Go to the source code of this file.

Functions

BOOL TerminateTclTk (void)


Function Documentation

BOOL TerminateTclTk ( void   ) 

Definition at line 9 of file TerminateTclTk.c.

References CloseTCLsci(), and TRUE.

00010 {
00011         #ifdef WITH_TK
00012         CloseTCLsci();
00013         #endif
00014         return TRUE;
00015 }

Here is the call graph for this function:


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