• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

pltk.h

Go to the documentation of this file.
00001 // $Id: pltk.h 11295 2010-11-01 22:19:45Z airwin $
00002 //
00003 // Maurice LeBrun
00004 // 28-Apr-95
00005 //
00006 // Declarations for PLplot/TK utility routines.
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 // Generic initialization routine for extended wish'es.
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 // Main program for wish, with PLplot extensions.
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__

Generated on Wed Oct 12 2011 20:42:23 for PLplot by  doxygen 1.7.1