summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtknotebook.sgml
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2007-07-02 00:52:27 +0000
committerJohan Dahlin <johan@src.gnome.org>2007-07-02 00:52:27 +0000
commit12981692a6dbf6468357eefb303c4175cdfb4396 (patch)
tree99bf4384766ccb330e14bab26722cd1174b7dd22 /docs/reference/gtk/tmpl/gtknotebook.sgml
parent30e2e891245d7f81b26408cfc5cdfea1fde59930 (diff)
downloadgtk+-12981692a6dbf6468357eefb303c4175cdfb4396.tar.gz
Improve GtkBuilder DTD, remove treemodel section, add more information
2007-07-01 Johan Dahlin <jdahlin@async.com.br> * gtk/tmpl/gtkbuilder.sgml: * gtk/tmpl/gtkexpander.sgml: * gtk/tmpl/gtkframe.sgml: * gtk/tmpl/gtknotebook.sgml: * gtk/tmpl/gtktreemodel.sgml: Improve GtkBuilder DTD, remove treemodel section, add more information about container subclasses child attributes. #452954 svn path=/trunk/; revision=18334
Diffstat (limited to 'docs/reference/gtk/tmpl/gtknotebook.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtknotebook.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/reference/gtk/tmpl/gtknotebook.sgml b/docs/reference/gtk/tmpl/gtknotebook.sgml
index ba0ad64d6a..d50827b8de 100644
--- a/docs/reference/gtk/tmpl/gtknotebook.sgml
+++ b/docs/reference/gtk/tmpl/gtknotebook.sgml
@@ -24,8 +24,10 @@ will be a popup menu allowing the users to switch pages.
<para>
The GtkNoteboopk implementation of the GtkBuildable interface
supports placing children into tabs by specifying "tab" as the
-"type" attribbute of a &lt;child&gt; element. Note that the content
+"type" attribute of a &lt;child&gt; element. Note that the content
of the tab must be created before the tab can be filled.
+A tab child can be specified without specifying a &lt;child&gt;
+type attribute.
</para>
<example>
<title>A UI definition fragment with GtkNotebook</title>