CLIM mail archive

[Prev][Next][Index][Thread]

Re: iconified frames




  >  From chyde@BBN.COM Sun Nov 14 12:24:15 1993
  >  To: clim@BBN.COM
  >  Subject: iconified frames
  >  Date: Sun, 14 Nov 93 15:04:59 EST
  >  From: chyde@BBN.COM
  >  Sender: chyde@BBN.COM
  >  
  >  
  >  #+allegro 4.2pre-rel
  >  
  >  #+clim-2.0pre-rel
  >  
  >  I've got a frame created. it's been 'iconified'. how do I
  >  programmatically 'de-iconify' it?
  >  
  >  I've found enable-frame and raise-frame, but those both take either
  >  the full-size frame or the icon and bring it to the front. I want the
  >  icon to blow up into the real frame...
  >  
  >   -- clint
  >  

We use:
(note-frame-deiconified (frame-manager frame) frame)



Main Index | Thread Index