[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Changing the mail window's console
> Date: Thu, 7 Feb 91 15:54 CST
> From: dmitchell@trc.amoco.com (Donald H. Mitchell)
>
> The following works (went from hi-res b&w sun monitor to low res X windows and
> didn't blink an eye):
>
> ;;; -*- Mode: LISP; Syntax: Common-Lisp; Base: 10; Package: ZWEI -*-
> (defun grab-zmail-window ()
> (send *zmail-window* :set-superior (tv:mouse-default-superior))
> (multiple-value-call
> *zmail-window* :set-size
> (send (tv:mouse-default-superior) :size)))
Last line should send :inside-size just to be safe.