Checkbox alignment
Hi, I am trying (after several years) to create a simple GUI app in LW (Mac, 6.1). And, as usual, everything goes smoothly except for the CAPI. I find it difficult to use it in cases where I am not satisfied with the results it gives by default. Today, I spent too much time trying to figure out how to make checkboxes (and other elements) aligned vertically in a correct way. I tried to consult the CAPI documentation and Google without any success. It is interesting that even the examples in the LispWorks Examples directory make the buttons aligned incorrectly. So, my question is the following. How can I improve this code to make the baselines of the texts aligned? (capi:contain (make-instance 'capi:row-layout :description (list (make-instance 'capi:display-pane :text "A text") (make-instance 'capi:check-button :text "A button")))) Thanks, Michal _______________________________________________ Lisp Hug - the mailing list for LispWorks users lisp-hug@lispworks.com http://www.lispworks.com/support/lisp-hug.html