PLplot
5.10.0
|
00001 // Maurice LeBrun 00002 // 28-Apr-95 00003 // 00004 // Declarations for PLplot/TK utility routines. 00005 // 00006 00007 #ifndef __PLTK_H__ 00008 #define __PLTK_H__ 00009 00010 #include "pltcl.h" 00011 #include <tk.h> 00012 00013 #ifdef __cplusplus 00014 extern "C" { 00015 #endif 00016 00017 // Generic initialization routine for extended wish'es. 00018 00019 #ifdef BUILD_Plplot 00020 #undef TCL_STORAGE_CLASS 00021 #define TCL_STORAGE_CLASS DLLEXPORT 00022 #endif // BUILD_Vfs 00023 00024 EXTERN PLDLLIMPEXP_TCLTK int 00025 Pltk_Init( Tcl_Interp *interp ); 00026 00027 // Main program for wish, with PLplot extensions. 00028 00029 EXTERN PLDLLIMPEXP_TCLTK int 00030 pltkMain( int argc, const char **argv, char *RcFileName, 00031 int ( *AppInit )( Tcl_Interp *interp ) ); 00032 00033 #ifdef __cplusplus 00034 } 00035 #endif 00036 00037 #endif // __PLTK_H__