diff options
author | hobbs <hobbs> | 2000-10-31 00:52:11 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-10-31 00:52:11 (GMT) |
commit | 032d4fd9828b704021d738faadf62f421c1c0778 (patch) | |
tree | 010254ab4340cf22f9bf10f97f5b9ebdf9eee669 /doc | |
parent | a9cde766a59152713ad488a8c0b3a37b1bfe5e3b (diff) | |
download | tk-032d4fd9828b704021d738faadf62f421c1c0778.zip tk-032d4fd9828b704021d738faadf62f421c1c0778.tar.gz tk-032d4fd9828b704021d738faadf62f421c1c0778.tar.bz2 |
* tests/tk.test:
* doc/tk.n: updated to reflect default on status of useinputmethods.
* library/tk.tcl: tk useinputmethods is set to 1 by default. This
enables Kanji and dead-char input by default. Intro'd in
1999-12-16 with default off to avoid some problems with older X
servers that would slow down widget creation over time.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tk.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.n,v 1.3 1999/12/16 21:57:12 hobbs Exp $ +'\" RCS: @(#) $Id: tk.n,v 1.4 2000/10/31 00:52:11 hobbs Exp $ '\" .so man.macros .TH tk n 8.3 Tk "Tk Built-In Commands" @@ -76,7 +76,7 @@ some locales (ie: Japanese, Korean), to handle special input devices. This feature is only significant on X. If XIM support is not available, this will always return 0. If the \fIwindow\fR argument is omitted, it defaults to the main window. If the \fIboolean\fR argument is omitted, the current -state is returned. +state is returned. This is turned on by default for the main display. .VE .SH KEYWORDS application name, send |