This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Completed GdkFont support


Kevin Ryde <user42@zip.com.au>:

> Marko Rauhamaa <marko@pacujo.net> writes:
> > 
> > +(define-func gdk_char_width
> > +  int
> > +  ((GdkFont font)
> > +   (char character)))
> 
> This seems to end up requiring an integer parameter.  Is that right?
> 
> I might have hoped to pass a scheme character to gdk_char functions.
> I think that'd work better with normal scheme string and character
> stuff.

Good point. I'll see what I can do tonight.


Marko

-- 
Marko Rauhamaa      mailto:marko@pacujo.net     http://pacujo.net/marko/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]