gtk.IconView provides an alternative view on a gtk.TreeModel It displays the model as a grid of icons with labels. Like gtk.TreeView, it allows to select one or multiple items (depending on the selection mode, see IconView.setSelectionMode). In addition to selection with the arrow keys, gtk.IconView supports rubberband selection, which is controlled by dragging the pointer.
Undocumented in source.