tcl_utils.h

来自「卫星仿真软件 卫星仿真软件 卫星仿真软件」· C头文件 代码 · 共 44 行

H
44
字号
/* ***************************************************** * *  SaVi by Robert Thurman (thurman@geom.umn.edu) and *          Patrick Worfolk (worfolk@alum.mit.edu). * *  Copyright (c) 1997 by The Geometry Center. *  This file is part of SaVi.  SaVi is free software; *  you can redistribute it and/or modify it only under *  the terms given in the file COPYRIGHT which you should *  have received along with this file.  SaVi may be *  obtained from: *  http://savi.sourceforge.net/ *  http://www.geom.uiuc.edu/locate/SaVi * ***************************************************** * * tcl_utils.h * * $Id: tcl_utils.h,v 1.8 2004/03/09 17:10:10 lloydwood Exp $ */#ifndef _TCL_UTILS_H_#define _TCL_UTILS_H_#ifndef _TK#include <tk.h>#endifTcl_Interp *interp; /* Interpreter for this application. */unsigned int tcl_init(Tcl_Interp * interpreter);unsigned int tk_init(Tcl_Interp * interpreter);unsigned int tcl_script(char []);unsigned int tk_update(void);extern unsigned int satCmd(ClientData, Tcl_Interp *, int, char *[]);extern ClientData get_ClientData(char *);#endif/* !_TCL_UTILS_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?