Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef __PLTK_H__
00010 #define __PLTK_H__
00011
00012 #include "pltcl.h"
00013 #include <tk.h>
00014
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif
00018
00019
00020
00021 #ifdef BUILD_Plplot
00022 #undef TCL_STORAGE_CLASS
00023 #define TCL_STORAGE_CLASS DLLEXPORT
00024 #endif // BUILD_Vfs
00025
00026 EXTERN PLDLLIMPEXP_TCLTK int
00027 Pltk_Init( Tcl_Interp *interp );
00028
00029
00030
00031 EXTERN PLDLLIMPEXP_TCLTK int
00032 pltkMain( int argc, const char **argv, char *RcFileName,
00033 int ( *AppInit )( Tcl_Interp *interp ) );
00034
00035 #ifdef __cplusplus
00036 }
00037 #endif
00038
00039 #endif // __PLTK_H__