diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2004-07-20 02:26:06 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2004-07-20 02:26:06 +0000 |
commit | 9d2a946813797d812a6c16fe0618eea9d8cd95f9 (patch) | |
tree | b80ce431a99af0a6794992b1d6eac73b00ce83f6 /docs/reference/gtk/tmpl/gtkiconview.sgml | |
parent | 04ec6a9d23ea21f9cb9010c4db45029eafd345c8 (diff) | |
download | gtk+-9d2a946813797d812a6c16fe0618eea9d8cd95f9.tar.gz |
=== Released 2.5.0 ===GTK_2_5_0
Sun Jul 18 17:21:10 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* === Released 2.5.0 ===
* NEWS: updates
* tests/testcombo.c: Fix compilation
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkiconview.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkiconview.sgml | 220 |
1 files changed, 110 insertions, 110 deletions
diff --git a/docs/reference/gtk/tmpl/gtkiconview.sgml b/docs/reference/gtk/tmpl/gtkiconview.sgml index 26568b6ea0..73e92c352f 100644 --- a/docs/reference/gtk/tmpl/gtkiconview.sgml +++ b/docs/reference/gtk/tmpl/gtkiconview.sgml @@ -26,6 +26,116 @@ private fields and should not be directly accessed. </para> +<!-- ##### SIGNAL GtkIconView::activate-cursor-item ##### --> +<para> + +</para> + +@iconview: the object which received the signal. +@Returns: + +<!-- ##### SIGNAL GtkIconView::item-activated ##### --> +<para> + +</para> + +@iconview: the object which received the signal. +@arg1: + +<!-- ##### SIGNAL GtkIconView::move-cursor ##### --> +<para> + +</para> + +@iconview: the object which received the signal. +@arg1: +@arg2: +@Returns: + +<!-- ##### SIGNAL GtkIconView::select-all ##### --> +<para> + +</para> + +@iconview: the object which received the signal. + +<!-- ##### SIGNAL GtkIconView::select-cursor-item ##### --> +<para> + +</para> + +@iconview: the object which received the signal. + +<!-- ##### SIGNAL GtkIconView::selection-changed ##### --> +<para> + +</para> + +@iconview: the object which received the signal. + +<!-- ##### SIGNAL GtkIconView::set-scroll-adjustments ##### --> +<para> + +</para> + +@iconview: the object which received the signal. +@arg1: +@arg2: + +<!-- ##### SIGNAL GtkIconView::toggle-cursor-item ##### --> +<para> + +</para> + +@iconview: the object which received the signal. + +<!-- ##### SIGNAL GtkIconView::unselect-all ##### --> +<para> + +</para> + +@iconview: the object which received the signal. + +<!-- ##### ARG GtkIconView:markup-column ##### --> +<para> + +</para> + +<!-- ##### ARG GtkIconView:model ##### --> +<para> + +</para> + +<!-- ##### ARG GtkIconView:orientation ##### --> +<para> + +</para> + +<!-- ##### ARG GtkIconView:pixbuf-column ##### --> +<para> + +</para> + +<!-- ##### ARG GtkIconView:selection-mode ##### --> +<para> + +</para> + +<!-- ##### ARG GtkIconView:text-column ##### --> +<para> + +</para> + +<!-- ##### ARG GtkIconView:selection-box-alpha ##### --> +<para> + +</para> + +<!-- ##### ARG GtkIconView:selection-box-color ##### --> +<para> + +</para> + <!-- ##### STRUCT GtkIconViewPrivate ##### --> <para> @@ -253,113 +363,3 @@ selected rows. It will be called on every selected row in the view. @path: -<!-- ##### SIGNAL GtkIconView::activate-cursor-item ##### --> -<para> - -</para> - -@iconview: the object which received the signal. -@Returns: - -<!-- ##### SIGNAL GtkIconView::item-activated ##### --> -<para> - -</para> - -@iconview: the object which received the signal. -@arg1: - -<!-- ##### SIGNAL GtkIconView::move-cursor ##### --> -<para> - -</para> - -@iconview: the object which received the signal. -@arg1: -@arg2: -@Returns: - -<!-- ##### SIGNAL GtkIconView::select-all ##### --> -<para> - -</para> - -@iconview: the object which received the signal. - -<!-- ##### SIGNAL GtkIconView::select-cursor-item ##### --> -<para> - -</para> - -@iconview: the object which received the signal. - -<!-- ##### SIGNAL GtkIconView::selection-changed ##### --> -<para> - -</para> - -@iconview: the object which received the signal. - -<!-- ##### SIGNAL GtkIconView::set-scroll-adjustments ##### --> -<para> - -</para> - -@iconview: the object which received the signal. -@arg1: -@arg2: - -<!-- ##### SIGNAL GtkIconView::toggle-cursor-item ##### --> -<para> - -</para> - -@iconview: the object which received the signal. - -<!-- ##### SIGNAL GtkIconView::unselect-all ##### --> -<para> - -</para> - -@iconview: the object which received the signal. - -<!-- ##### ARG GtkIconView:markup-column ##### --> -<para> - -</para> - -<!-- ##### ARG GtkIconView:model ##### --> -<para> - -</para> - -<!-- ##### ARG GtkIconView:orientation ##### --> -<para> - -</para> - -<!-- ##### ARG GtkIconView:pixbuf-column ##### --> -<para> - -</para> - -<!-- ##### ARG GtkIconView:selection-mode ##### --> -<para> - -</para> - -<!-- ##### ARG GtkIconView:text-column ##### --> -<para> - -</para> - -<!-- ##### ARG GtkIconView:selection-box-alpha ##### --> -<para> - -</para> - -<!-- ##### ARG GtkIconView:selection-box-color ##### --> -<para> - -</para> - |