@@ -45,13 +45,21 @@ be able to find some options for the application.
4545If sends have been disabled by deleting the \fB send \fR command,
4646this command will reenable them and recreate the \fB send \fR
4747command.
48+ .\" METHOD: attribtable
49+ .TP
50+ \fB tk attribtable \fI tableName \fR
51+ .
52+ This command creates an attribute table of the name \fI tableName \fR as a
53+ command in the namespace of the calling context if not fully qualified. An
54+ attribute table is used to query and modify arbitrary data attached to any
55+ widget. For more details see the \fB attribtable \fR manual page.
4856.\" METHOD: busy
4957.TP
5058\fB tk busy \fI subcommand \fR ...
5159.
5260This command controls the marking of window hierarchies as
5361.QW busy ,
54- rendering them non-interactive while some other operation is proceeding. For
62+ rendering them non-interactive while some other operation is proceeding. For
5563more details see the \fB busy \fR manual page.
5664.\" METHOD: caret
5765.TP
@@ -71,7 +79,7 @@ of the specified \fIwindow\fR if none is given.
7179\fB tk inactive \fR ?\fB \- displayof \fI window \fR ? ?\fB reset \fR ?
7280.
7381Returns a positive integer, the number of milliseconds since the last
74- time the user interacted with the system. If the \fB \- displayof \fR
82+ time the user interacted with the system. If the \fB \- displayof \fR
7583option is given then the return value refers to the display of
7684\fI window \fR ; otherwise it refers to the display of the application's
7785main window.
@@ -81,23 +89,23 @@ main window.
8189is not supported by the system, and in safe interpreters.
8290.PP
8391If the literal string \fB reset \fR is given as an additional argument,
84- the timer is reset and an empty string is returned. Resetting the
92+ the timer is reset and an empty string is returned. Resetting the
8593inactivity time is forbidden in safe interpreters and will throw an
8694error if tried.
8795.RE
8896.\" METHOD: fontchooser
8997.TP
9098\fB tk fontchooser \fI subcommand \fR ...
9199.
92- Controls the Tk font selection dialog. For more details see the
100+ Controls the Tk font selection dialog. For more details see the
93101\fB fontchooser \fR manual page.
94102.\" METHOD: print
95103.TP
96104\fB tk print \fI window \fR
97105.
98106The \fB tk print \fR command posts a dialog that allows users to print output
99- from the \fB canvas \fR and \fB text \fR widgets. The printing will be done using
100- platform-native APIs and dialogs where available. For more details see the
107+ from the \fB canvas \fR and \fB text \fR widgets. The printing will be done using
108+ platform-native APIs and dialogs where available. For more details see the
101109\fB print \fR manual page.
102110.\" METHOD: scaling
103111.TP
@@ -127,25 +135,25 @@ accommodate the new scaling factor.
127135.RE
128136.\" METHOD: sysnotify
129137.TP
130- \fB tk sysnotify \fP \ fItitle \fP ? \fI message \fP ?
138+ \fB tk sysnotify \fI title message \fR
131139.
132140The \fB tk sysnotify \fP command creates a platform-specific system
133- notification alert. Its intent is to provide a brief, unobtrusive
141+ notification alert. Its intent is to provide a brief, unobtrusive
134142notification to the user by popping up a window that briefly appears in a
135- corner of the screen. For more details see the \fB sysnotify \fR manual page.
143+ corner of the screen. For more details see the \fB sysnotify \fR manual page.
136144.\" METHOD: systray
137145.TP
138- \fB tk systray create \fP \ fIsubcommand... \fP
146+ \fB tk systray \ fIsubcommand \fR ...
139147.
140148The \fB tk systray \fP command creates an icon in the platform-specific
141- tray. For more details see the \fB systray \fR manual page.
149+ tray. For more details see the \fB systray \fR manual page.
142150.\" METHOD: useinputmethods
143151.TP
144152\fB tk useinputmethods \fR ?\fB \- displayof \fI window \fR ? ?\fI boolean \fR ?
145153.
146154Sets and queries the state of whether Tk should use XIM (X Input Methods)
147155for filtering events. The resulting state is returned. XIM is used in
148- some locales (i.e., Japanese, Korean), to handle special input devices. This
156+ some locales (i.e., Japanese, Korean), to handle special input devices. This
149157feature is only significant on X. If XIM support is not available, this
150158will always return 0. If the \fI window \fR argument is omitted, it defaults
151159to the main window. If the \fI boolean \fR argument is omitted, the current
@@ -158,9 +166,10 @@ Returns the current Tk windowing system, one of
158166\fB x11 \fR (X11-based), \fB win32 \fR (MS Windows),
159167or \fB aqua \fR (macOS Aqua).
160168.SH "SEE ALSO"
161- busy(n), fontchooser(n), print(n), send(n), sysnotify(n), systray(n), winfo(n)
169+ attribtable(n), busy(n), fontchooser(n), print(n), send(n), sysnotify(n),
170+ systray(n), winfo(n)
162171.SH KEYWORDS
163- application name, print, send, sysnotify, systray
172+ application name, attribute, print, send, sysnotify, systray
164173'\" Local Variables:
165174'\" mode: nroff
166175'\" End:
0 commit comments