summaryrefslogtreecommitdiff
path: root/lispref/frames.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-12-23 04:21:11 +0000
committerRichard M. Stallman <rms@gnu.org>1994-12-23 04:21:11 +0000
commit115aedfb9946a72312f23c46b8686bcf23a687aa (patch)
treee47d648c471a93c78fef00b91fa024d2aa755e8f /lispref/frames.texi
parent55476d42ca00bab2ee40d49cdb2247ccf471a062 (diff)
downloademacs-115aedfb9946a72312f23c46b8686bcf23a687aa.tar.gz
Add icon-left and icon-top frame parameters.
Diffstat (limited to 'lispref/frames.texi')
-rw-r--r--lispref/frames.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 8d912d64c23..9511319c1bd 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -203,6 +203,16 @@ The screen position of the top edge, in pixels. The value may be
@code{-} instead of a number; that represents @samp{-0} in a geometry
specification.
+@item icon-left
+The screen position of the left edge @emph{of the frame's icon}, in
+pixels, counting from the left edge of the screen. This takes effect if
+and when the frame is iconified.
+
+@item icon-top
+The screen position of the top edge @emph{of the frame's icon}, in
+pixels, counting from the top edge of the screen. This takes effect if
+and when the frame is iconified.
+
@item user-position
Non-@code{nil} if the screen position of the frame was explicitly
requested by the user (for example, with the @samp{-geometry} option).