diff options
Diffstat (limited to 'doc/Tk_Main.3')
-rw-r--r-- | doc/Tk_Main.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Tk_Main.3 b/doc/Tk_Main.3 index c247211..e67cf00 100644 --- a/doc/Tk_Main.3 +++ b/doc/Tk_Main.3 @@ -44,7 +44,8 @@ nothing but invoke \fBTk_Main\fR. .PP When it is has finished its own initialization, but before it processes commands, \fBTk_Main\fR calls the procedure given by -the \fIappInitProc\fR argument. This procedure provides a ``hook'' +the \fIappInitProc\fR argument. This procedure provides a +.QW hook for the application to perform its own initialization, such as defining application-specific commands. The procedure must have an interface that matches the type \fBTcl_AppInitProc\fR: |