gtk_combo_box_get_active_text() is new in 2.6, so it can
disappear only when you replace 2.6 with some older version.
I repeated twenty times "What a dud!" so I believe I won't do it again :-)
Really I forgot to update my version
However the shaded list stuff stays.
But I have to say t
On Sat, Jun 18, 2005 at 11:03:55AM +0200, ramare wrote:
>
> but how come gtk_combo_box_get_active_text disappeared ???
gtk_combo_box_get_active_text() is new in 2.6, so it can
disappear only when you replace 2.6 with some older version.
Yeti
--
A: Because it messes up the order in which people
Oh, I'm in a much worse situation than what I thought ...
Sol_Problemes.c:207: warning: implicit declaration of function
`gtk_combo_box_get_active_text'
which I replace with
gchar *my_gtk_combo_box_get_active_text (GtkComboBox *combo_box)
{
GtkTreeIter iter;
gchar *text = g_malloc(256)