File: tkpgplot.h

package info (click to toggle)
pgplot5 5.2.2-19.8
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 7,192 kB
  • sloc: fortran: 39,795; ansic: 22,554; objc: 1,534; sh: 1,298; makefile: 269; pascal: 233; perl: 209; tcl: 190; awk: 51; csh: 25
file content (24 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef tkpgplot_h
#define tkpgplot_h

#ifdef __cplusplus
extern "C" {
#endif

#include <tcl.h>
#include <tk.h>

/* Tk PGPLOT-widget package-initialization command */

int Tkpgplot_Init(Tcl_Interp *interp);

/*
 * Record the official PGPLOT device name of the widget driver.
 */
#define TK_PGPLOT_DEVICE "XTK"

#ifdef __cplusplus
}
#endif

#endif