La plume l�g�re, � Sun, Nov 26, 2000 at 08:57:45PM +0100, heure d'inpiration,
ASF �crivait en ces mots:
> gint foo(GtkWidget *widget)

It should be 'gboolean foo(GtkWidget *widget[])' instead.
(gboolean is the same things as a gint, but is there for cleaniness)

> {
> ..................
>     gtk_label_set_text(GTK_LABEL(???), "new text");
And here:
        gtk_label_set_text(GTK_LABEL(widget[number]), "new text");


Wolfgang
-- 
A chicken is an egg's way of producing more eggs.

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to