climguide of lispworks reliable? (function "bordering" is not defined)
Elias MÃ¥rtenson
lokedhs at gmail.com
Sun Jul 12 17:10:57 UTC 2020
Try clim:bordering
It's a symbol in the CLIM package.
Regards,
Elias
On Mon, 13 Jul 2020, 01:09 oleg harput, <olegharput at gmail.com> wrote:
> (clim:define-application-frame test
> ()
> ((height :initform 55
> :accessor height))
> (:panes
> (main :application :display-function 'display-main)
> (promper :interactor))
> (:layouts
> (:default (clim:vertically ()
> (2/3 (bordering () main));;;;<=???
> (1/3 promper)))))
>
> why?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/mcclim-devel/attachments/20200713/f43f0a1c/attachment.htm>
More information about the mcclim-devel
mailing list