Lisp HUG Maillist Archive

show-interface

Hi List,

Is there any difference at all between calling

(capi:show-interface interface)

and

(setf (capi:top-level-interface-display-state interface) :restore)

?

Regards
Erik

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Re: show-interface

>>>>> On Tue, 16 Sep 2014 20:56:07 +0200, Erik Ronström said:
> 
> Hi List,
> 
> Is there any difference at all between calling
> 
> (capi:show-interface interface)
> 
> and
> 
> (setf (capi:top-level-interface-display-state interface) :restore)
> 
> ?

They are effectively the same.

You might also consider using capi:activate-pane if you want the interface to
become active.

-- 
Martin Simmons
LispWorks Ltd
http://www.lispworks.com/

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Updated at: 2020-12-10 08:33 UTC