summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-07-02 04:18:59 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-07-02 04:18:59 +0000
commitf34766b21d70ff439079dbf6a1471ebd65b45b49 (patch)
tree34fa91fae9c1bf78e8f7dc46a01298c05cfa9848 /docs
parent53c87bf9152418f409f9942d463a8350a194ddf9 (diff)
downloadgdk-pixbuf-f34766b21d70ff439079dbf6a1471ebd65b45b49.tar.gz
more additions
svn path=/trunk/; revision=18338
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/tmpl/gtkbuilder.sgml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtkbuilder.sgml b/docs/reference/gtk/tmpl/gtkbuilder.sgml
index 6f5b5481a..5a4c75046 100644
--- a/docs/reference/gtk/tmpl/gtkbuilder.sgml
+++ b/docs/reference/gtk/tmpl/gtkbuilder.sgml
@@ -135,6 +135,13 @@ propery of the &lt;child&gt; element to a true value. Note that
GtkBuilder still requires an &lt;object&gt; element for the internal
child, even if it has already been constructed.
</para>
+<para>
+A number of widgets have different places where a child can be
+added (e.g. tabs vs. page content in notebooks). This can be reflected
+in a UI definition by specifying the "type" attribute on a &lt;child&gt;
+The possible values for the "type" attribute are described in
+the sections describing the widget-specific portions of UI definitions.
+</para>
<example>
<title>A GtkBuilder UI Definition</title>
<programlisting><![CDATA[