New functions to clear a model.

Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>

	* gtk/gtkliststore.c (gtk_list_store_clear):
	* gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
	clear a model.
This commit is contained in:
Jonathan Blandford
2001-06-19 23:15:22 +00:00
committed by Jonathan Blandford
parent 5ebd1d022a
commit 8413ee73e5
11 changed files with 77 additions and 8 deletions

View File

@ -93,7 +93,7 @@ void gtk_list_store_prepend (GtkListStore *store,
GtkTreeIter *iter);
void gtk_list_store_append (GtkListStore *store,
GtkTreeIter *iter);
void gtk_list_store_clear (GtkListStore *store);
#ifdef __cplusplus