# HG changeset patch # User Richard M. Stallman # Date 788156471 0 # Node ID 126f7560fd28d6475cf5177c9bf038ff6219b2dc # Parent d97313bb6f39dbb042bbfa9c6ebf6108b4371e52 Add icon-left and icon-top frame parameters. diff -r d97313bb6f39 -r 126f7560fd28 lispref/frames.texi --- a/lispref/frames.texi Fri Dec 23 04:18:29 1994 +0000 +++ b/lispref/frames.texi Fri Dec 23 04:21:11 1994 +0000 @@ -203,6 +203,16 @@ @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).