summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-07-13 05:16:59 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-07-13 05:16:59 +0000
commit3eac5fbbb7ead31d328a3a1c8575613d2c47e98e (patch)
treec379ebb05d1b3eebab4203834f0581f4ecd6fbe9 /docs
parent4748d3811790889611eb13867b7f7778c73b4c02 (diff)
downloadgdk-pixbuf-3eac5fbbb7ead31d328a3a1c8575613d2c47e98e.tar.gz
Updates
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog8
-rw-r--r--docs/reference/gtk/gtk-docs.sgml2
-rw-r--r--docs/reference/gtk/tmpl/gtkiconview.sgml19
3 files changed, 22 insertions, 7 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 09acd1de4..e5fd25f97 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,11 @@
+Tue Jul 13 01:16:20 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/tmpl/gtkiconview.sgml: Updates.
+
+Tue Jul 13 00:45:14 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtk-docs.sgml: Move GtkAboutDialog to Windows section.
+
2004-07-12 Federico Mena Quintero <federico@ximian.com>
* 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 efa61b1b0..ab017a960 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 <link linkend="GtkButton">GtkButton</link> or
&GtkMessageDialog;
&GtkWindow;
&GtkWindowGroup;
+ &GtkAboutDialog;
</chapter>
<chapter id="DisplayWidgets">
<title>Display Widgets</title>
- &GtkAboutDialog;
&GtkAccelLabel;
&GtkImage;
&GtkLabel;
diff --git a/docs/reference/gtk/tmpl/gtkiconview.sgml b/docs/reference/gtk/tmpl/gtkiconview.sgml
index 1d1d3705f..cedf274df 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 ##### -->