#include "TerminateTclTk.h"#include "InitTclTk.h"Include dependency graph for TerminateTclTk.c:

Go to the source code of this file.
Functions | |
| BOOL | TerminateTclTk (void) |
| 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:

1.5.1