sourcercfile.3

来自「tcl是工具命令语言」· 3 代码 · 共 39 行

3
39
字号
'\"'\" Copyright (c) 1998-2000 by Scriptics Corporation.'\" All rights reserved.'\" '\" RCS: @(#) $Id: SourceRCFile.3,v 1.1 2000/04/25 00:28:06 ericm Exp $'\" '\".so man.macros.TH Tcl_SourceRCFile 3 8.3 Tcl "Tcl Library Procedures".BS.SH NAMETcl_SourceRCFile \- source the Tcl rc file.SH SYNOPSIS.nf\fB#include <tcl.h>\fR.spvoid\fBTcl_SourceRCFile\fR(\fIinterp\fR).SH ARGUMENTS.AP Tcl_Interp *interp inTcl interpreter to source rc file into..BE.SH DESCRIPTION.PP\fBTcl_SourceRCFile\fR is used to source the Tcl rc file at startup.It is typically invoked by Tcl_Main or Tk_Main.  The name of the filesourced is obtained from the global variable \fBtcl_rcFileName\fR inthe interpreter given by \fIinterp\fR.  If this variable is notdefined, or if the file it indicates cannot be found, no action istaken..PPOn the Macintosh, after sourcing the rc file, this function willadditionally source the TEXT resource indicated by the global variable\fBtcl_rcRsrcName\fR in \fIinterp\fR..SH KEYWORDSapplication-specific initialization, main program, rc file

⌨️ 快捷键说明

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