From 3eac5fbbb7ead31d328a3a1c8575613d2c47e98e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 13 Jul 2004 05:16:59 +0000 Subject: [PATCH] Updates --- docs/reference/ChangeLog | 8 ++++++++ docs/reference/gtk/gtk-docs.sgml | 2 +- docs/reference/gtk/tmpl/gtkiconview.sgml | 19 +++++++++++++------ 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 09acd1de46..e5fd25f97c 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,11 @@ +Tue Jul 13 01:16:20 2004 Matthias Clasen + + * gtk/tmpl/gtkiconview.sgml: Updates. + +Tue Jul 13 00:45:14 2004 Matthias Clasen + + * gtk/gtk-docs.sgml: Move GtkAboutDialog to Windows section. + 2004-07-12 Federico Mena Quintero * gtk/glossary.xml: Start of the GTK+ glossary. diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml index efa61b1b05..ab017a9604 100644 --- a/docs/reference/gtk/gtk-docs.sgml +++ b/docs/reference/gtk/gtk-docs.sgml @@ -330,11 +330,11 @@ that is, GUI components such as GtkButton or &GtkMessageDialog; &GtkWindow; &GtkWindowGroup; + &GtkAboutDialog; Display Widgets - &GtkAboutDialog; &GtkAccelLabel; &GtkImage; &GtkLabel; 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 - +#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. @@ -16,7 +21,8 @@ A widget which displays a list of icons in a grid - +The GtkIconView struct contains only +private fields and should not be directly accessed. @@ -133,12 +139,13 @@ A widget which displays a list of icons in a grid - +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. -@icon_view: -@path: -@data: +@model: The #GtkTreeModel being viewed +@path: The #GtkTreePath of a selected row +@data: user data