InitializeTclTk.h File Reference

#include "machine.h"

Include dependency graph for InitializeTclTk.h:

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

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.

Referenced by initscilab().

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

Here is the caller graph for this function:


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