diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-13 05:16:59 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-13 05:16:59 +0000 |
commit | 3eac5fbbb7ead31d328a3a1c8575613d2c47e98e (patch) | |
tree | c379ebb05d1b3eebab4203834f0581f4ecd6fbe9 /docs/reference/gtk/tmpl/gtkiconview.sgml | |
parent | 4748d3811790889611eb13867b7f7778c73b4c02 (diff) | |
download | gtk+-3eac5fbbb7ead31d328a3a1c8575613d2c47e98e.tar.gz |
Updates
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkiconview.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkiconview.sgml | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/docs/reference/gtk/tmpl/gtkiconview.sgml b/docs/reference/gtk/tmpl/gtkiconview.sgml index 1d1d3705fd..cedf274df5 100644 --- a/docs/reference/gtk/tmpl/gtkiconview.sgml +++ b/docs/reference/gtk/tmpl/gtkiconview.sgml @@ -6,7 +6,12 @@ A widget which displays a list of icons in a grid <!-- ##### SECTION Long_Description ##### --> <para> - +#GtkIconView provides an alternative view on a list model. +It displays the model as a grid of icons with labels. Like +#GtkTreeView, it allows to select one or multiple items +(depending on the selection mode, see gtk_icon_view_set_selection_mode()). +In addition to selection with the arrow keys, #GtkIconView supports +rubberband selection, which is controlled by dragging the pointer. </para> <!-- ##### SECTION See_Also ##### --> @@ -16,7 +21,8 @@ A widget which displays a list of icons in a grid <!-- ##### STRUCT GtkIconView ##### --> <para> - +The <structname>GtkIconView</structname> struct contains only +private fields and should not be directly accessed. </para> @@ -133,12 +139,13 @@ A widget which displays a list of icons in a grid <!-- ##### USER_FUNCTION GtkIconViewForeachFunc ##### --> <para> - +A function used by gtk_icon_view_selected_foreach() to map all +selected rows. It will be called on every selected row in the view. </para> -@icon_view: -@path: -@data: +@model: The #GtkTreeModel being viewed +@path: The #GtkTreePath of a selected row +@data: user data <!-- ##### FUNCTION gtk_icon_view_new ##### --> |