This commit is contained in:
Matthias Clasen 2004-07-13 05:16:59 +00:00
parent 4748d38117
commit 3eac5fbbb7
3 changed files with 22 additions and 7 deletions

View File

@ -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.

View File

@ -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;

View File

@ -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 ##### -->