Lisp HUG Maillist Archive

RE: setting column header font of multi-column-list-panel?

 

> -----Original Message-----
> From: owner-lisp-hug@lispworks.com 
> [mailto:owner-lisp-hug@lispworks.com] On Behalf Of Andreas Thiele
> Sent: Monday, December 04, 2006 6:05 PM
> To: lisp-hug@lispworks.com
> Subject: setting column header font of multi-column-list-panel?
> 
> 
> is it possible to set the font of the column headers in a 
> multi-column-list-panel.

(make-instance 'capi:multi-column-list-panel 
:title "hello" 
:columns '((:title "Ich bin ein kolonne")) 
:header-args (list :font (gp:make-font-description
 :family "Courier" 
 :size 30 
 :weight :medium 
 :slant :roman)))


(Sorry about the formatting.)


Eivind


AW: setting column header font of multi-column-list-panel?

 

> -----Ursprüngliche Nachricht-----
> Von: owner-lisp-hug@lispworks.com 
> [mailto:owner-lisp-hug@lispworks.com] Im Auftrag von Eivind Midtgård
> Gesendet: Montag, 4. Dezember 2006 18:55
> An: Andreas Thiele; lisp-hug@lispworks.com
> Betreff: RE: setting column header font of multi-column-list-panel?
> 
> 
>  
> 
> > -----Original Message-----
> > From: owner-lisp-hug@lispworks.com
> > [mailto:owner-lisp-hug@lispworks.com] On Behalf Of Andreas Thiele
> > Sent: Monday, December 04, 2006 6:05 PM
> > To: lisp-hug@lispworks.com
> > Subject: setting column header font of multi-column-list-panel?
> > 
> > 
> > is it possible to set the font of the column headers in a 
> > multi-column-list-panel.
> 
> (make-instance 'capi:multi-column-list-panel :title "hello" 
> :columns '((:title "Ich bin ein kolonne")) :header-args (list 
> :font (gp:make-font-description  :family "Courier" 
>  :size 30
>  :weight :medium
>  :slant :roman)))
> 
> 
> (Sorry about the formatting.)
> 
> 
> Eivind
> 

Thanks a lot! Seeing the solutions it seems rather trivial :))

Andreas



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