summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-03-13 19:19:24 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-03-13 19:19:24 (GMT)
commit1a951d23a2aaf84d972e4349b51aa99333ba9045 (patch)
treecd173a90b168ccc43c5de3c9f85f57b5307a5b58 /doc/text.n
parentea06f53f1af485fd1b367c29dfb8c7fc44397f28 (diff)
downloadtk-1a951d23a2aaf84d972e4349b51aa99333ba9045.zip
tk-1a951d23a2aaf84d972e4349b51aa99333ba9045.tar.gz
tk-1a951d23a2aaf84d972e4349b51aa99333ba9045.tar.bz2
Slightly better formattingbug_1581955fff
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/text.n b/doc/text.n
index 6b72eb5..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.
@@ -753,6 +754,7 @@ the window is destroyed.
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
@@ -834,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
@@ -846,6 +849,7 @@ 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.
+.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