(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?
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: