|
Graphics.UI.Gtk.TreeList.IconView | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
A widget which displays a list of icons in a grid
- Module available since Gtk+ version 2.6
|
|
Synopsis |
|
|
|
|
Detail
|
|
IconView provides an alternative view on a list model. It displays the
model as a grid of icons with labels. Like TreeView, it allows to select
one or multiple items (depending on the selection mode, see
iconViewSetSelectionMode). In addition to selection with the arrow keys,
IconView supports rubberband selection, which is controlled by dragging
the pointer.
|
|
Class Hierarchy
|
|
| GObject
| +----Object
| +----Widget
| +----Container
| +----IconView
|
|
Produced by Haddock version 0.7 |