summaryrefslogtreecommitdiff
path: root/tkSimple.h
blob: 0cbf58ee80fe6a1712e3c6d340940763f1b2d656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * tkSimple.h --
 */

#ifndef _TKSIMPLEINT_H
#define _TKSIMPLEINT_H

#include <tk.h>

int Tk_SimpleObjCmd(ClientData clientData, Tcl_Interp *interp,
                    int objc, Tcl_Obj * CONST objv[]);

#endif /* _TKSIMPLEINT_H */