Re: GtkText widget



Glitch <brandon ovnet com> 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




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