diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2007-07-02 00:52:27 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2007-07-02 00:52:27 +0000 |
commit | 12981692a6dbf6468357eefb303c4175cdfb4396 (patch) | |
tree | 99bf4384766ccb330e14bab26722cd1174b7dd22 /docs/reference/gtk/tmpl/gtknotebook.sgml | |
parent | 30e2e891245d7f81b26408cfc5cdfea1fde59930 (diff) | |
download | gtk+-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.sgml | 4 |
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 <child> element. Note that the content +"type" attribute of a <child> 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 <child> +type attribute. </para> <example> <title>A UI definition fragment with GtkNotebook</title> |