summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-11-19 20:17:33 (GMT)
committerjenglish <jenglish@flightlab.com>2008-11-19 20:17:33 (GMT)
commit9ac5469d91524a1aa16e4cb648daba3f605305b1 (patch)
tree255fa8269841e8cbd39bcd0a198c65c1f1ff0595
parent61da727482cbd02e743f7da6479e4a9792438791 (diff)
downloadtk-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].
-rw-r--r--ChangeLog6
-rw-r--r--doc/ttk_panedwindow.n3
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8807a45..e6ed544 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-19 Joe English <jenglish@users.sourceforge.net>
+
+ * doc/ttk_panedwindow.n: Remove inoperative text
+ stating that slave windows must be direct children
+ of the master [Bug 1824996].
+
2008-11-19 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tkImgPhoto.c Minor simplification in fix for [Bug 2312027]:
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