changeset 10220:126f7560fd28

Add icon-left and icon-top frame parameters.
author Richard M. Stallman <rms@gnu.org>
date Fri, 23 Dec 1994 04:21:11 +0000
parents d97313bb6f39
children 34b66bff7aec
files lispref/frames.texi
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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).