guile-gtk-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Prereleases, at long last


From: Patrick Bernaud
Subject: Re: Prereleases, at long last
Date: Tue, 7 Sep 2004 16:12:32 +0200

Hi,

There are two more problems in your prerelease of the gtk binding:

 - gtk/gnome/gtk/graphical-repl.scm and
   gtk/gnome/contrib/texinfo-buffer.scm are referring to a module
   (gnome pango) that does not exist. Isn't it supposed to be (gnome
   gw pango) ?

 - the guile-gtk-demo script does not work: it reports an error on
   first argument of gtk-list-store-new. In fact it looks like this
   function is incorrectly overriden. I do not know why but
   -wrap-gtk-list-store-new (the overriding function) works like a
   champ. If the the (is-constructor-of) directive is removed from the
   overriding def file, it makes gtk-list-store-new work as
   expected. By the way, the parameters the (is-constructor-of) is not
   enclosed in quotes as it is in the main def file but it does not
   seem to be the cause.

By the way I have translated the calc.scm example script to the (gnome
gtk) API. The deprecated GtkList is changed into a GtkTextView and it
now uses generics functions. The patch is attached to this message.

Regards,


Patrick

Attachment: patch_calc.scm
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]