CLIM mail archive
[Prev][Next][Index][Thread]
Resizing a frame programmatically
   From: Lawrence.G.Mayka@att.com
   Date: Mon, 18 Jul 1994 17:21:23 +0600
   Original-From: lgm@ieain.ih.att.com
   CLIM 2.0-beta on LispWorks 3.2
   CLIM 2.0 on Allegro 4.1
   How does one resize a CLIM frame?  Is this supposed to work:
   (clim:resize-sheet (clim:frame-top-level-sheet <frame> ) <width> <height> )
Best to do this instead:
  (change-space-requirements
    <top-level-sheet>
    :width width :height height :resize-frame t)
RESIZE-SHEET shee literally just resizes a single sheet.
References:
Main Index |
Thread Index