SourceRCFile.3
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 1998-2000 by Scriptics Corporation.
  3. '" All rights reserved.
  4. '" 
  5. '" RCS: @(#) $Id: SourceRCFile.3,v 1.1 2000/04/25 00:28:06 ericm Exp $
  6. '" 
  7. '"
  8. .so man.macros
  9. .TH Tcl_SourceRCFile 3 8.3 Tcl "Tcl Library Procedures"
  10. .BS
  11. .SH NAME
  12. Tcl_SourceRCFile - source the Tcl rc file
  13. .SH SYNOPSIS
  14. .nf
  15. fB#include <tcl.h>fR
  16. .sp
  17. void
  18. fBTcl_SourceRCFilefR(fIinterpfR)
  19. .SH ARGUMENTS
  20. .AP Tcl_Interp *interp in
  21. Tcl interpreter to source rc file into.
  22. .BE
  23. .SH DESCRIPTION
  24. .PP
  25. fBTcl_SourceRCFilefR is used to source the Tcl rc file at startup.
  26. It is typically invoked by Tcl_Main or Tk_Main.  The name of the file
  27. sourced is obtained from the global variable fBtcl_rcFileNamefR in
  28. the interpreter given by fIinterpfR.  If this variable is not
  29. defined, or if the file it indicates cannot be found, no action is
  30. taken.
  31. .PP
  32. On the Macintosh, after sourcing the rc file, this function will
  33. additionally source the TEXT resource indicated by the global variable
  34. fBtcl_rcRsrcNamefR in fIinterpfR.
  35. .SH KEYWORDS
  36. application-specific initialization, main program, rc file