InitializeTclTk.c File Reference

#include "InitializeTclTk.h"
#include "InitTclTk.h"

Include dependency graph for InitializeTclTk.c:

Go to the source code of this file.

Functions

BOOL InitializeTclTk (void)


Function Documentation

BOOL InitializeTclTk ( void   ) 

Definition at line 8 of file InitializeTclTk.c.

References FALSE, and initTCLTK().

00009 {
00010         BOOL bOK=FALSE;
00011 
00012         initTCLTK ();
00013 
00014         return bOK;
00015 }

Here is the call graph for this function:


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