Numbers in pane layout specifiers: still broken?

Paolo Amoroso amoroso at mclink.it
Wed Apr 14 18:15:01 CEST 2004


It looks like using numbers in pane layout specifiers is still broken.
This code:

(in-package :clim-user)

(define-application-frame layout-test ()
  ()
  (:panes
   (app1 :application)
   (app2 :application)
   (app3 :application))
  (:layouts
   (default
       (horizontally ()
         (1/10 app1)
         (2/10 app2)
         (7/10 app3)))))

generates 3 equal width panes with the latest McCLIM CVS sources and
CMUCL 18e under Debian Woody.


Paolo
-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film



More information about the mcclim-devel mailing list