Lisp HUG Maillist Archive

grid-layout?

How about this? How to get the last column to stay with the others?

(capi:contain (make-instance 'capi:grid-layout
                              :rows 3
                              ;:x-uniform-size-p t
                              ;:y-uniform-size-p t
                              :description
                              (loop for iv from 0 to 24 collect
                                    (make-instance 'capi:check-button
                                                   :text (format () "~a" 
iv))))
               :visible-min-width 800)

BTW: I am using LWM and OS X 10.3.4


Re: grid-layout?

Unable to parse email body. Email id is 2593

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