diff options
author | jenglish@flightlab.com <jenglish> | 2008-11-19 20:17:33 (GMT) |
---|---|---|
committer | jenglish@flightlab.com <jenglish> | 2008-11-19 20:17:33 (GMT) |
commit | b14a6b8118e8041338811836e74b00a0b4b232da (patch) | |
tree | 255fa8269841e8cbd39bcd0a198c65c1f1ff0595 /doc | |
parent | 83c93a873759da0fefa0559bf97bdf700b1ceac0 (diff) | |
download | tk-b14a6b8118e8041338811836e74b00a0b4b232da.zip tk-b14a6b8118e8041338811836e74b00a0b4b232da.tar.gz tk-b14a6b8118e8041338811836e74b00a0b4b232da.tar.bz2 |
Remove inoperative text stating that slave windows must be
direct children of the master [Bug 1824996].
Diffstat (limited to 'doc')
-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 |