Add an intro.

2004-11-01  Matthias Clasen  <mclasen@redhat.com>

	* gtk/tmpl/gtkcellrendererpixbuf.sgml: Add an intro.
This commit is contained in:
Matthias Clasen 2004-11-01 20:59:56 +00:00 committed by Matthias Clasen
parent 0b77c1ae76
commit 1665ba69de
2 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkcellrendererpixbuf.sgml: Add an intro.
* gtk/tmpl/gtkfilechooserbutton.sgml: Move some docs inline.
* gtk/tmpl/gtkaboutdialog.sgml: Small update.

View File

@ -6,7 +6,21 @@ Renders a pixbuf in a cell
<!-- ##### SECTION Long_Description ##### -->
<para>
A #GtkCellRendererPixbuf can be used to render an image in a cell. It allows to render
either a given #GdkPixbuf (set via the <link linkend="GtkCellRendererPixbuf--pixbuf">pixbuf</link>
property) or a stock icon (set via the <link linkend="GtkCellRendererPixbuf--stock-id">stock-id</link>
property).
</para>
<para>
To support the tree view, #GtkCellRendererPixbuf also supports rendering two alternative pixbufs,
when the <link linkend="GtkCellRenderer--is-expander">is-expander</link> property is %TRUE.
If the <link linkend="GtkCellRenderer--is-expander">is-expander</link> property is %TRUE and
the <link linkend="GtkCellRendererPixbuf--pixbuf-expander-open">pixbuf-expander-open</link> property
is set to a pixbuf, it renders that pixbuf, if the
<link linkend="GtkCellRenderer--is-expander">is-expander</link> property is %FALSE and
the <link linkend="GtkCellRendererPixbuf--pixbuf-expander-closed">pixbuf-expander-closed</link> property
is set to a pixbuf, it renders that one.
</para>
<!-- ##### SECTION See_Also ##### -->