From 906848bd86441fb963a870d0558545a9d58f123c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 23 Dec 1994 04:21:11 +0000 Subject: [PATCH] Add icon-left and icon-top frame parameters. --- lispref/frames.texi | 10 ++++++++++ 1 file changed, 10 insertions(+) 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). -- 2.39.5