CLIM mail archive
[Prev][Next][Index][Thread]
changing layouts
    Date: Fri, 5 Jun 1992 11:19 EDT
    From: Chris Elsaesser <chris@starbase.mitre.org>
    In Genera 8.1 CLIM 1.0, every time I do a 
       (clim::set-frame-layout <frame> <layout>) 
    from a command (e.g, com-foo), everything that follows the call
    to clim::set-frame-layout is ignored.  What am I doing wrong?
set-frame-layout does a throw out to the command loop; and therefore
the rest of your command is not executed.  This is documented.
References:
Main Index |
Thread Index