This is the mail archive of the guile-gtk@sourceware.cygnus.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]

gtk-clist-append does not work with shared substrings


Whereas this works:
;; (gtk-clist-append clist (list "foo" "bar"))

This does not:

;; (gtk-clist-append clist (list (make-shared-substring "foo") "bar"))

Also, I don't think there's any way to tell which version of guile-gtk
you're linked against.  `guile-gtk-version' is a nice primitive to add.

Thanks,
Greg

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