From: Richard M. Stallman Date: Fri, 23 Dec 1994 04:21:11 +0000 (+0000) Subject: Add icon-left and icon-top frame parameters. X-Git-Tag: emacs-19.34~5636 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=906848bd86441fb963a870d0558545a9d58f123c;p=emacs.git Add icon-left and icon-top frame parameters. --- 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).