GTK2.IconView provides an alternative view on a list model. It
displays the model as a grid of icons with labels. Like GTK2.TreeView,
it allows to select one or multiple items (depending on the selection
mode). In addition to seleciton with the arrow keys, GTK2.IconView
supports rubberband selections, which is controlled by dragging the
pointer.
Properties:
int column-spacing
int columns
int item-width
int margin
int markup-column
GTK2.TreeModel model
int orientation
int pixbuf-column
int row-spacing
int selection-mode
int spacing
int text-column
Style properties:
int selection-box-alpha
GDK2.Color selection-box-color
Signals:
activate_cursor_item
item_activated
move_cursor
select_all
select_cursor_item
selection_changed
set_scroll_adjustments
toggle_cursor_item
unselect_all