Re: guile-gtk patch
- From: Tim Janik <timj gimp org>
- To: Maciej Stachowiak <mstachow mit edu>
- cc: GNOME MList <gnome-list gnome org>
- Subject: Re: guile-gtk patch
- Date: Sat, 21 Feb 1998 11:41:11 +0100 (CET)
On Sat, 21 Feb 1998, Maciej Stachowiak wrote:
> I'm not sure who's currently in charge of guile-gtk. Is it OK if I
> commit this patch to get it to compile with the CVS version of gtk+?
marius is kind of in charge for it, but he tends to be quite busy,
so various people are fixing the guile-gtk bindings ;)
> - Maciej Stachowiak
>
> Index: gtk.defs
> ===================================================================
> RCS file: /debian/home/gnomecvs/gnome-guile/guile-gtk/gtk.defs,v
> retrieving revision 1.7
> diff -u -r1.7 gtk.defs
> --- gtk.defs 1998/02/04 01:59:21 1.7
> +++ gtk.defs 1998/02/21 08:33:33
> @@ -1117,11 +1117,12 @@
> ((GtkTooltips tooltips)
> (int delay)))
>
> -(define-func gtk_tooltips_set_tips
> +(define-func gtk_tooltips_set_tip
> none
> ((GtkTooltips tooltips)
> (GtkWidget widget)
> - (string tips_text (null-ok))))
> + (string tip_text (null-ok))
> + (string tip_private (null-ok))))
this is perfectly valid, please commit it.
>
> (define-func gtk_tooltips_set_colors
> none
>
---
ciaoTJ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]