climguide of lispworks reliable? (function "bordering" is not defined)

12 Jul
2020
12 Jul
'20
5:08 p.m.
(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?

12 Jul
12 Jul
5:10 p.m.
Try clim:bordering It's a symbol in the CLIM package. Regards, Elias On Mon, 13 Jul 2020, 01:09 oleg harput, <olegharput@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?
1704
Age (days ago)
1704
Last active (days ago)
0 comments
1 participants
participants (1)
-
Elias Mårtenson
-
oleg harput