newbie g_list_remove prob
- From: "Timothy I. McGinnis" <tmcginnis synertechsystems com>
- To: gtk-list redhat com
- Subject: newbie g_list_remove prob
- Date: Thu, 5 Aug 1999 07:17:13 -0500
I have been trying to use the g_list_remove() function and am not being
successful.
I have created a glist called Toys. I can use this glist in a combo box to
select the toys and it works find. Now I want to remove one toy from the
list. Using gtk_entry_get_text() on the combo box I get the currently
selected toy. I then use this as the second argument to g_list_remove (
g_list_remove(Toys, selectedToy) ). But if I read through the glist right
after the remove the selected Toy is still in the list. What am I doing
wrong?
TIA
Tim M.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]