More additions

svn path=/trunk/; revision=18336
This commit is contained in:
Matthias Clasen
2007-07-02 03:51:22 +00:00
parent 8db2dcaeae
commit 6d7e1eab9c

View File

@ -164,9 +164,14 @@ child, even if it has already been constructed.
<para> <para>
Beyond this general structure, several object classes define Beyond this general structure, several object classes define
their own XML DTD fragments for filling in the ANY placeholders their own XML DTD fragments for filling in the ANY placeholders
in the DTD above. in the DTD above. Note that a custom element in a &lt;child&gt;
<!-- FIXME: explain custom tags in <child> vs custom tags in <object> --> element gets parsed by the custom tag handler of the parent
These are explained in their own sections, see object, while a custom element in an &lt;object&gt; element
gets parsed by the custom tag handler of the object.
</para>
<para>
These XML fragments are explained in the documentation of the
respective objects, see
<link linkend="GtkWidget-BUILDER-UI">GtkWidget</link>, <link linkend="GtkWidget-BUILDER-UI">GtkWidget</link>,
<link linkend="GtkContainer-BUILDER-UI">GtkContainer</link>, <link linkend="GtkContainer-BUILDER-UI">GtkContainer</link>,
<link linkend="GtkDialog-BUILDER-UI">GtkDialog</link>, <link linkend="GtkDialog-BUILDER-UI">GtkDialog</link>,