Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
tcl_context.h
Go to the documentation of this file.
1
3
4#pragma once
5
11struct Tcl_Interp;
12
14typedef struct {
15 const char *canvas;
16 struct Tcl_Interp *interp;
context used to convey information between commands and a renderer
Definition tcl_context.h:14
struct Tcl_Interp * interp
TCL interpreter.
Definition tcl_context.h:16
const char * canvas
TCL canvas to render to.
Definition tcl_context.h:15