add prerequesite on gobjects.

Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>

	* gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
	on gobjects.

	* tests/testtreefocus.c (main): New test file.

	* tests/testtreeview.c: update to latest glib changes.

	* tests/testtreecolumns.c: update to latest glib changes.
This commit is contained in:
Jonathan Blandford
2001-03-08 21:36:34 +00:00
committed by Jonathan Blandford
parent 73789e5aa7
commit ce9d9a4a56
12 changed files with 369 additions and 9 deletions

View File

@ -58,6 +58,7 @@ gtk_tree_model_get_type (void)
};
tree_model_type = g_type_register_static (G_TYPE_INTERFACE, "GtkTreeModel", &tree_model_info, 0);
g_type_interface_add_prerequisite (tree_model_type, G_TYPE_OBJECT);
}
return tree_model_type;