⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tcl_utils.h

📁 卫星仿真软件 卫星仿真软件 卫星仿真软件
💻 H
字号:
/* ***************************************************** * *  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -