summaryrefslogtreecommitdiffstats
path: root/doc/Tk_Main.3
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-10-11 21:50:46 (GMT)
committernijtmans <nijtmans>2010-10-11 21:50:46 (GMT)
commiteac7d6560603161bdf15eff58f8e556341cd9a50 (patch)
tree8444a245a1b8372dd13e16eb7ccc5a955a5ae727 /doc/Tk_Main.3
parentaff4deb1051f578be23a9c8449439e912d976c08 (diff)
downloadtk-eac7d6560603161bdf15eff58f8e556341cd9a50.zip
tk-eac7d6560603161bdf15eff58f8e556341cd9a50.tar.gz
tk-eac7d6560603161bdf15eff58f8e556341cd9a50.tar.bz2
[FRQ 491789]: "setargv() doesn't support a unicode
cmdline" implemented for Tk on MSVC++
Diffstat (limited to 'doc/Tk_Main.3')
-rw-r--r--doc/Tk_Main.35
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Tk_Main.3 b/doc/Tk_Main.3
index b0a3689..c853d84 100644
--- a/doc/Tk_Main.3
+++ b/doc/Tk_Main.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Tk_Main.3,v 1.9 2010/01/13 13:27:50 dkf Exp $
+'\" RCS: @(#) $Id: Tk_Main.3,v 1.10 2010/10/11 21:50:46 nijtmans Exp $
'\"
.so man.macros
.TH Tk_Main 3 4.0 Tk "Tk Library Procedures"
@@ -22,7 +22,8 @@ Tk_Main \- main program for Tk-based applications
.AP int argc in
Number of elements in \fIargv\fR.
.AP char *argv[] in
-Array of strings containing command-line arguments.
+Array of strings containing command-line arguments. On Windows, when
+using -DUNICODE, the parameter type changes to wchar_t *.
.AP Tcl_AppInitProc *appInitProc in
Address of an application-specific initialization procedure.
The value for this argument is usually \fBTcl_AppInit\fR.