PLplot
5.15.0
Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
b
c
d
f
g
m
o
p
s
t
w
z
+
Functions
_
c
f
m
p
s
t
+
Variables
_
b
c
d
f
g
m
o
p
s
t
w
z
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
v
w
x
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
c
d
f
h
i
l
m
n
o
p
q
r
s
t
w
Enumerations
+
Enumerator
a
b
c
d
g
l
m
n
o
p
r
s
t
w
y
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
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 12:58:05 for PLplot by
1.8.13