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