summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-10-26 12:25:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-10-26 12:25:38 (GMT)
commitdd72b5484d0114740e56e971a4aacf7084c2677f (patch)
tree24b5b27d522d9a4673ba16e5739ede764222a83e /doc
parentfdf3658704f1002869b0c0cc6081ed02306e135c (diff)
downloadtk-dd72b5484d0114740e56e971a4aacf7084c2677f.zip
tk-dd72b5484d0114740e56e971a4aacf7084c2677f.tar.gz
tk-dd72b5484d0114740e56e971a4aacf7084c2677f.tar.bz2
Fix minor faults
Diffstat (limited to 'doc')
-rw-r--r--doc/bind.n6
-rw-r--r--doc/ttk_sizegrip.n4
-rw-r--r--doc/ttk_widget.n4
3 files changed, 6 insertions, 8 deletions
diff --git a/doc/bind.n b/doc/bind.n
index 54bce1c..8f20d76 100644
--- a/doc/bind.n
+++ b/doc/bind.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: bind.n,v 1.22 2007/10/24 14:32:57 dkf Exp $
+'\" RCS: @(#) $Id: bind.n,v 1.23 2007/10/26 12:25:38 dkf Exp $
'\"
.so man.macros
.TH bind n 8.0 Tk "Tk Built-In Commands"
@@ -168,7 +168,7 @@ couple non-standard X event types that were added to better support
the Macintosh and Windows platforms. Below is a list of all the valid
types; where two names appear together, they are synonyms.
.DS
-.ta \w'ButtonPress, Button\0\0\0'u +\w'KeyPress, Key\0\0\0'u
+.ta 2.5i +2i
\fBActivate Destroy Map
ButtonPress, Button Enter MapRequest
ButtonRelease Expose Motion
@@ -712,9 +712,7 @@ pack [label .l -textvariable keysym -padx 2m -pady 1m]
set keysym "You pressed %K"
}
.CE
-
.SH "SEE ALSO"
bgerror(n), bindtags(n), event(n), focus(n), grab(n), keysyms(n)
-
.SH KEYWORDS
binding, event
diff --git a/doc/ttk_sizegrip.n b/doc/ttk_sizegrip.n
index 6da57f4..b48c7fb 100644
--- a/doc/ttk_sizegrip.n
+++ b/doc/ttk_sizegrip.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: ttk_sizegrip.n,v 1.8 2007/10/24 14:32:59 dkf Exp $
+'\" RCS: @(#) $Id: ttk_sizegrip.n,v 1.9 2007/10/26 12:25:38 dkf Exp $
'\"
.so man.macros
.TH ttk_sizegrip n 8.5 Tk "Tk Themed Widget"
@@ -40,7 +40,7 @@ pack [\fBttk::sizegrip\fR $top.statusbar.grip] -side right -anchor se
.PP
Using \fBgrid\fR:
.CS
-grid [\Bttk::sizegrip\fR $top.statusbar.grip] \e
+grid [\fBttk::sizegrip\fR $top.statusbar.grip] \e
-row $lastRow -column $lastColumn -sticky se
# ... optional: add vertical scrollbar in $lastColumn,
# ... optional: add horizontal scrollbar in $lastRow
diff --git a/doc/ttk_widget.n b/doc/ttk_widget.n
index 6aa4706..83f9ce5 100644
--- a/doc/ttk_widget.n
+++ b/doc/ttk_widget.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: ttk_widget.n,v 1.6 2007/10/24 14:32:59 dkf Exp $
+'\" RCS: @(#) $Id: ttk_widget.n,v 1.7 2007/10/26 12:25:38 dkf Exp $
'\"
.so man.macros
.TH ttk_widget n 8.5 Tk "Tk Themed Widget"
@@ -93,7 +93,7 @@ Display text only.
Display image only.
.IP \fBcenter\fR
Display text centered on top of image.
-.IP \fBtop\fR, \fBbottom\fR, \fBleft\fR, \fBright\fR
+.IP "\fBtop\fR, \fBbottom\fR, \fBleft\fR, \fBright\fR"
Display image above, below, left of, or right of the text, respectively.
.IP \fBnone\fR
The default; display the image if present, otherwise the text.