S
Shane
Ive had a look at the FAQ for comp.lang.c, and I would have thought this was
a recurring question, but I didnt see it, so I'll ask
I am trying to transfer the contents of a gtk entry box into a
multi-dimensional array
But I keep getting the following warning
callbacks.c:212: warning: passing argument 1 of ‘gtk_entry_get_text’ from
incompatible pointer type
callbacks.c:212: warning: assignment makes integer from pointer without a
cast
The relevant code is
GtkWidget * A3 = lookup_widget(GTK_WIDGET(button), "A3");
saver[0][2] = gtk_entry_get_text(A3);
TIA
--
On two occasions I have been asked [by members of Parliament], 'Pray,
Mr. Babbage, if you put into the machine wrong figures, will the right
answers come out?' I am not able rightly to apprehend the kind of
confusion of ideas that could provoke such a question "
By: "Charles Babbage"
blog: http://shanes.dyndns.org
a recurring question, but I didnt see it, so I'll ask
I am trying to transfer the contents of a gtk entry box into a
multi-dimensional array
But I keep getting the following warning
callbacks.c:212: warning: passing argument 1 of ‘gtk_entry_get_text’ from
incompatible pointer type
callbacks.c:212: warning: assignment makes integer from pointer without a
cast
The relevant code is
GtkWidget * A3 = lookup_widget(GTK_WIDGET(button), "A3");
saver[0][2] = gtk_entry_get_text(A3);
TIA
--
On two occasions I have been asked [by members of Parliament], 'Pray,
Mr. Babbage, if you put into the machine wrong figures, will the right
answers come out?' I am not able rightly to apprehend the kind of
confusion of ideas that could provoke such a question "
By: "Charles Babbage"
blog: http://shanes.dyndns.org