File: tkSimple.h

package info (click to toggle)
qrouter 1.4.88-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,756 kB
  • sloc: ansic: 19,632; sh: 7,525; makefile: 152; tcl: 3
file content (13 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (4)
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 */