Lisp HUG Maillist Archive

capi button

Hi.
 
How to align a button to the right in a row ?
 
How to set a button font ?
:font (and now what ?)
How does example font string look like ?
 
Thanks

VS: capi button

Hi,

 

For the second question, I guess you mean something like this:

 

:font (gp:make-font-description :family "courier" :weight :medium :slant :roman :size 12) ;;; this is an example

 

As far as the first question is concerned, maybe it relates to the way the interface is laid out.  You could look at CAPI layout examples, e.g. in:

C:\Program Files\LispWorks Personal\lib\6-0-0-0\examples\capi\layouts\*.lisp.

 

Hope this helps.

 

With Best Regards,

Teemu

 

Lähettäjä: owner-lisp-hug@lispworks.com [mailto:owner-lisp-hug@lispworks.com] Puolesta Haris Bogdanovich
Lähetetty: 27. kesäkuuta 2011 17:03
Vastaanottaja: lisp-hug@lispworks.com
Aihe: capi button

 

Hi.

 

How to align a button to the right in a row ?

 

How to set a button font ?

:font (and now what ?)

How does example font string look like ?

 

Thanks

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