diff options
author | jenglish <jenglish@flightlab.com> | 2008-11-19 20:17:33 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-11-19 20:17:33 (GMT) |
commit | 9ac5469d91524a1aa16e4cb648daba3f605305b1 (patch) | |
tree | 255fa8269841e8cbd39bcd0a198c65c1f1ff0595 /doc/ttk_panedwindow.n | |
parent | 61da727482cbd02e743f7da6479e4a9792438791 (diff) | |
download | tk-9ac5469d91524a1aa16e4cb648daba3f605305b1.zip tk-9ac5469d91524a1aa16e4cb648daba3f605305b1.tar.gz tk-9ac5469d91524a1aa16e4cb648daba3f605305b1.tar.bz2 |
Remove inoperative text stating that slave windows must be
direct children of the master [Bug 1824996].
Diffstat (limited to 'doc/ttk_panedwindow.n')
-rw-r--r-- | doc/ttk_panedwindow.n | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ttk_panedwindow.n b/doc/ttk_panedwindow.n index f704aec..d6f7e47 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.18 2008/09/23 13:36:57 dkf Exp $ +'\" RCS: @(#) $Id: ttk_panedwindow.n,v 1.19 2008/11/19 20:17:34 jenglish Exp $ '\" .so man.macros .TH ttk::panedwindow n 8.5 Tk "Tk Themed Widget" @@ -58,7 +58,6 @@ Additional commands: .TP \fIpathname \fBadd\fR \fIsubwindow\fR \fIoptions...\fR Adds a new pane to the window. -\fIsubwindow\fR must be a direct child of the paned window \fIpathname\fR. See \fBPANE OPTIONS\fR for the list of available options. .TP \fIpathname \fBforget\fR \fIpane\fR |