summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-03-13 19:56:02 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-03-13 19:56:02 (GMT)
commit8aa3278f2572dd3af0d953e4358071396597e26f (patch)
tree9b0a24dbb513f1400a2bec2358cc468dcabadc09
parentb255c39272f2b4a3e695694965ec2c5368dab823 (diff)
parent1a951d23a2aaf84d972e4349b51aa99333ba9045 (diff)
downloadtk-8aa3278f2572dd3af0d953e4358071396597e26f.zip
tk-8aa3278f2572dd3af0d953e4358071396597e26f.tar.gz
tk-8aa3278f2572dd3af0d953e4358071396597e26f.tar.bz2
Merged branch bug-1581955fff, fixing [1581955fff]
-rw-r--r--doc/text.n24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/text.n b/doc/text.n
index a7eeffc..b11363d 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -736,6 +736,7 @@ and any widget may be used as an embedded window (subject to the
usual rules for geometry management, which require the text window
to be the parent of the embedded window or a descendant of its
parent).
+.PP
The embedded window's position on the screen will be updated as the
text is modified or scrolled, and it will be mapped and unmapped as
it moves into and out of the visible area of the text widget.
@@ -754,6 +755,17 @@ Similarly if the text widget as a whole is deleted, then the window is
destroyed.
.VE 8.5
.PP
+.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
options may be associated with it.
@@ -824,6 +836,7 @@ at a particular point in the text.
There may be any number of embedded images in a text widget,
and a particular image may be embedded in multiple places in the same
text widget.
+.PP
The embedded image's position on the screen will be updated as the
text is modified or scrolled.
Each embedded image occupies one
@@ -837,6 +850,17 @@ when the image is inserted into the text widget with \fIpathName \fBimage create
If the range of text containing the embedded image is deleted then
that copy of the image is removed from the screen.
.PP
+.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
is returned. This name may then be used to refer to this image