diff options
author | Havoc Pennington <hp@redhat.com> | 2001-01-08 18:26:05 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-01-08 18:26:05 +0000 |
commit | 157cfa27ca530a8b896f89a11962ebde4ebec005 (patch) | |
tree | 6966ff287976fbc93307ad890aefd0a7f899ec05 /tests/testtreeview-plan.txt | |
parent | 59b6bf38632d443532987e80429dcd5528fe74e6 (diff) | |
download | gtk+-157cfa27ca530a8b896f89a11962ebde4ebec005.tar.gz |
hack on this some
2001-01-08 Havoc Pennington <hp@redhat.com>
* tests/testtreeview.c: hack on this some
* gtk/gtktreestore.c (gtk_tree_store_setv): rename
gtk_tree_store_set_valist, v is for arrays, valist for varargs
list
(gtk_tree_store_getv): rename gtk_tree_store_get_valist
* gtk/gtkliststore.h: Add varargs set() and get() convenience
functions
Diffstat (limited to 'tests/testtreeview-plan.txt')
-rw-r--r-- | tests/testtreeview-plan.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/testtreeview-plan.txt b/tests/testtreeview-plan.txt index 9662d699d6..20753f124e 100644 --- a/tests/testtreeview-plan.txt +++ b/tests/testtreeview-plan.txt @@ -1,4 +1,11 @@ This document is a laundry list of stuff to check if you want to verify that GtkTreeView and associated objects are working properly. +TreeModel testing: + + - all the TreeView/TreeModel tests in this document should be run + with each of the different models testtreeview supports + + - ensure that swapping in a new model for the tree view when there + was a preexisting one exists already |