PLplot
5.15.0
pltk.h
Go to the documentation of this file.
1
// Maurice LeBrun
2
// 28-Apr-95
3
//
4
// Declarations for PLplot/TK utility routines.
5
//
6
7
#ifndef __PLTK_H__
8
#define __PLTK_H__
9
10
#include "
pltcl.h
"
11
#include <tk.h>
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
17
// Generic initialization routine for extended wish'es.
18
19
#ifdef BUILD_Plplot
20
#undef TCL_STORAGE_CLASS
21
#define TCL_STORAGE_CLASS DLLEXPORT
22
#endif // BUILD_Vfs
23
24
EXTERN
PLDLLIMPEXP_TCLTK
int
25
Pltk_Init
( Tcl_Interp *
interp
);
26
27
// Main program for wish, with PLplot extensions.
28
29
EXTERN
PLDLLIMPEXP_TCLTK
int
30
pltkMain
(
int
argc
,
const
char
**
argv
,
char
*RcFileName,
31
int
( *
AppInit
)( Tcl_Interp *
interp
) );
32
33
#ifdef __cplusplus
34
}
35
#endif
36
37
#endif // __PLTK_H__
argv
static char ** argv
Definition:
qt.cpp:49
PLDLLIMPEXP_TCLTK
#define PLDLLIMPEXP_TCLTK
Definition:
pldll.h:134
argc
static int argc
Definition:
qt.cpp:48
pltcl.h
pltkMain
EXTERN PLDLLIMPEXP_TCLTK int pltkMain(int argc, const char **argv, char *RcFileName, int(*AppInit)(Tcl_Interp *interp))
Definition:
tkMain.c:184
AppInit
static int AppInit(Tcl_Interp *interp)
Definition:
pltcl.c:134
Pltk_Init
EXTERN PLDLLIMPEXP_TCLTK int Pltk_Init(Tcl_Interp *interp)
Definition:
Pltk_Init.c:51
interp
static Tcl_Interp * interp
Definition:
tkMain.c:120
plplot_source
bindings
tk
pltk.h
Generated on Sat Jun 1 2019 16:24:52 for PLplot by
1.8.13