tcl_funcs.h
Go to the documentation of this file.00001 #ifndef __TCL_FUNCS_H__
00002 #define __TCL_FUNCS_H__
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00026 #ifdef HAVE_CONFIG_H
00027 #include "config.h"
00028 #endif
00029
00030 #ifdef HAVE_TCLTK
00031 #include <tcl.h>
00032 #include <tk.h>
00033
00035 int tcl_func_get_funit_list( ClientData d, Tcl_Interp* tcl, int argc, const char *argv[] );
00036
00038 void tcl_func_initialize(
00039 Tcl_Interp* tcl,
00040 const char* program,
00041 const char* user_home,
00042 const char* home,
00043 const char* version,
00044 const char* browser,
00045 const char* input_cdd
00046 );
00047
00048 #endif
00049
00050 #endif
00051