Argh,

yeah, I forgot to post the gridbox code I added to iup-base.scm  It's
trivial too.  Just like the other constructors.  I added it right above
"hbox", since that's where it apears in the docs.

(define gridbox
  (make-constructor-procedure
        (foreign-lambda* nonnull-ihandle ([ihandle-list handles])
"C_return(IupGridBoxv((Ihandle **)handles));")
        #:apply-args list))


Am 26.06.2015 um 02:40 schrieb Matt Gushee:
> Hi, Jörg--
> 
> I don't know if I have any answers, but having struggled with a few IUP
> issues, I thought I'd take a look. However, I tried to compile your code
> and ...
> 
>> Warning: reference to possibly unbound identifier `gridbox'
> 
> Yes, indeed it is unbound. There is no reference to 'gridbox' in the IUP
> egg (v1.6.0) source code. What version of the egg are you using - or did
> you add gridbox support yourself?
> 
> --
> Matt Gushee
> 
> 
> 
> _______________________________________________
> Chicken-users mailing list
> Chicken-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/chicken-users
> 


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to