Glitch <[EMAIL PROTECTED]> writes: 
> GtkWidget *ball[6];
> ball[0] = gtk_editable_get_chars(GTK_EDITABLE(entry[0]), 0 , -1);
>

Surely you mean:
 gchar *ball = gtk_editable_get_chars (... etc.)

Assigning gchar* to GtkWidget* is not kosher.

Havoc

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

Reply via email to