Files: gui/main.h, gui/univbrowser.c
The Universe Browser shows the tree-like structure of all existing kernel objects in the universe. It does not keep any copy of the data; it uses a GtkTreeModel object which provides the interface between kernel structures and the GtkTreeView widget. This is described in The GtkTreeModel Interface for Internal Structures.