summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-03-08 20:51:13 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-03-08 20:51:13 (GMT)
commitea06f53f1af485fd1b367c29dfb8c7fc44397f28 (patch)
treea6584935fad1d2bd9f788ba3b89fc1e43b558e9d /doc/text.n
parent47fd7962d3cfef856eb49d868612ff4ef3423aa4 (diff)
downloadtk-ea06f53f1af485fd1b367c29dfb8c7fc44397f28.zip
tk-ea06f53f1af485fd1b367c29dfb8c7fc44397f28.tar.gz
tk-ea06f53f1af485fd1b367c29dfb8c7fc44397f28.tar.bz2
Fixed documentation regarding behaviour of embedded windows and embedded images in [text] - Bug [1581955fff]
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/text.n b/doc/text.n
index a7eeffc..6b72eb5 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -753,6 +753,16 @@ the window is destroyed.
Similarly if the text widget as a whole is deleted, then the window is
destroyed.
.VE 8.5
+.VS 8.5
+Eliding an embedded window immediately after scheduling it for creation
+via \fIpathName \fBwindow create \fIindex \fB-create\fR will prevent it
+from being effectively created.
+Uneliding an elided embedded window scheduled for creation via
+\fIpathName \fBwindow create \fIindex \fB-create\fR will automatically
+trigger the associated creation script.
+After destroying an elided embedded window, the latter won't get
+automatically recreated.
+.VE 8.5
.PP
When an embedded window is added to a text widget with the
\fIpathName \fBwindow create\fR widget command, several configuration
@@ -836,6 +846,16 @@ its position in the widget's index space, or the name it is assigned
when the image is inserted into the text widget with \fIpathName \fBimage create\fR.
If the range of text containing the embedded image is deleted then
that copy of the image is removed from the screen.
+.VS 8.5
+Eliding an embedded image immediately after scheduling it for creation
+via \fIpathName \fBimage create \fIindex \fB-create\fR will prevent it
+from being effectively created.
+Uneliding an elided embedded image scheduled for creation via
+\fIpathName \fBimage create \fIindex \fB-create\fR will automatically
+trigger the associated creation script.
+After destroying an elided embedded image, the latter won't get
+automatically recreated.
+.VE 8.5
.PP
When an embedded image is added to a text widget with the \fIpathName \fBimage
create\fR widget command, a name unique to this instance of the image