~ubuntu-branches/ubuntu/raring/tcl8.5/raring

« back to all changes in this revision

Viewing changes to doc/AppInit.3

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2007-11-21 18:15:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071121181550-ov5a3v330ovczzbb
Tags: 0.b3-1
New upstream beta release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
'\" See the file "license.terms" for information on usage and redistribution
6
6
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
7
7
'\" 
8
 
'\" RCS: @(#) $Id: AppInit.3,v 1.6 2007/10/24 14:29:37 dkf Exp $
 
8
'\" RCS: @(#) $Id: AppInit.3,v 1.8 2007/10/28 14:17:38 dkf Exp $
9
9
'\" 
10
10
.so man.macros
11
11
.TH Tcl_AppInit 3 7.0 Tcl "Tcl Library Procedures"
62
62
.CE
63
63
The third argument to \fBTcl_Main\fR gives the address of the
64
64
application-specific initialization procedure to invoke.
65
 
This means that you don't have to use the name \fBTcl_AppInit\fR
 
65
This means that you do not have to use the name \fBTcl_AppInit\fR
66
66
for the procedure, but in practice the name is nearly always
67
67
\fBTcl_AppInit\fR (in versions before Tcl 7.4 the name \fBTcl_AppInit\fR
68
68
was implicit;  there was no way to specify the procedure explicitly).