Lisp HUG Maillist Archive

Is there a way to justify text in a title-pane?

Is there a way to have the justification of :text in a title-pane be other 
than left justified?  I thought there would be a :text-justify which I could 
set to :right or :center.

Mitch 


Re: Is there a way to justify text in a title-pane?

Unable to parse email body. Email id is 5397

Re: Is there a way to justify text in a title-pane?

Hello Mitch,

| Is there a way to have the justification of :text in a title-pane be
| other than left justified?  I thought there would be a :text-justify
| which I could set to :right or :center.

Is not positioning the title pane itself enough? For example:
 (capi:contain
   (make-instance 'capi:text-input-pane :title "My title:"
    :title-position :top :title-adjust :center))) 
--
Sincerely,
Dmitriy Ivanov
lisp.ystok.ru


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