Re: gtk_list_store_remove



On Sat, Jan 18, 2003 at 03:28:48PM -0600, Jeffrey Goddard wrote: 
From the API docs:

Removes the given row from the list store. After being removed, iter is set to 
be the next valid row, or invalidated if it pointed to the last row in 
list_store.

list_store : A GtkListStore
iter : A valid GtkTreeIter
Returns : TRUE if iter is valid, FALSE if not.

I think the return value was added in GTK 2.2, and you're using GTK 2.0.

Havoc



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