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
12 lines
393 B
Plaintext
12 lines
393 B
Plaintext
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
|
|
|