Guile 1.8.7 on Ubuntu natty. The guile-gnome documentation doesn't explain how to create a <gtk-requisition> and I haven't been able to find any examples. I have a <gtk-fixed> widget and need to resize it's children. I'm trying to duplicate some C code exactly.
My best guess, (make-instance <gtk-requisition> #:value '(100 24)) gives ERROR: In procedure %gvalue-set!: ERROR: Don't know how to make values of type #<<gvalue-class> <gtk-requisition>>
