Re: removing tree




Mathieu IGNACIO <chrome@bocal.cs.univ-paris8.fr> writes:
MI> I have some problems removing items from a tree, I don't understand what
MI> are the functions of the seconds arguments of "gtk_tree_remove_items"
MI> and "gtk_tree_remove_item". Can someone give an explanation?

The first argument is the tree itself.  The second argument to
gtk_tree_remove_item() is the specific GtkTreeItem to remove from the
tree; the second argument to gtk_tree_remove_items() is a GList of
items to remove.

-- 
 _____________________________
/                             \       "Dad was reading a book called
|          David Maze         |     _Schroedinger's Kittens_.  Asexual
|         dmaze@mit.edu       |  reproduction?  Only one cat is in the box."
| http://donut.mit.edu/dmaze/ |               -- Abra Mitchell
\_____________________________/



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