diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_panedwindow.n | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/ttk_panedwindow.n b/doc/ttk_panedwindow.n index d823473..4928b15 100644 --- a/doc/ttk_panedwindow.n +++ b/doc/ttk_panedwindow.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_panedwindow.n,v 1.4 2007/05/03 23:55:30 dkf Exp $ +'\" RCS: @(#) $Id: ttk_panedwindow.n,v 1.5 2007/06/09 21:45:44 jenglish Exp $ '\" .so man.macros .TH ttk_panedwindow n 8.5 Tk "Tk Themed Widget" @@ -82,9 +82,8 @@ If \fInewpos\fR is specified, sets the sash position Returns the position of sash number \fIindex\fR. .TP \fIpathname\fR \fBidentify\fR \fIx y\fR -Returns a list consisting of the sash index at point \fIx,y\fR -and the name of the sash subelement at that point. -Returns the empty list if \fIx,y\fR is not over a sash. +Returns the index of the sash at point \fIx,y\fR, +or the empty string if \fIx,y\fR is not over a sash. .SH "SEE ALSO" ttk_widget(n), ttk_notebook(n), panedwindow(n) |