diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-20 00:58:11 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-20 00:58:11 +0000 |
commit | 0a3394b70c16f9f203605126ea14b91c70e07dde (patch) | |
tree | ecda51f67a1a5a88470f99ecc94540d37bc44149 | |
parent | ab128c454ec6f818b89997d1aef48a8028bf7a1f (diff) | |
download | gtk+-0a3394b70c16f9f203605126ea14b91c70e07dde.tar.gz |
Improve the docs
svn path=/trunk/; revision=20867
-rw-r--r-- | docs/reference/ChangeLog | 7 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkbox.sgml | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index ecbd7f0bcd..18c561b442 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,10 @@ +2008-07-19 Matthias Clasen <mclasen@redhat.com> + + Bug 543590 – documentation glitch in GtkBox description + + * gtk/tmpl/gtkbox.sgml: Improve long description. Pointed + out by Claudio Saavedra + 2008-07-15 Matthias Clasen <mclasen@redhat.com> * gtk/Makefile.am: diff --git a/docs/reference/gtk/tmpl/gtkbox.sgml b/docs/reference/gtk/tmpl/gtkbox.sgml index f95cd633e9..eb42208d3a 100644 --- a/docs/reference/gtk/tmpl/gtkbox.sgml +++ b/docs/reference/gtk/tmpl/gtkbox.sgml @@ -8,8 +8,8 @@ Base class for box containers <para> GtkBox is an abstract widget which encapsulates functionality for a particular kind of container, one that organizes a variable number of -widgets into a rectangular area. GtkBox currently has two derived -classes, #GtkHBox and #GtkVBox. +widgets into a rectangular area. GtkBox has a number of derived +classes, e.g. #GtkHBox and #GtkVBox. </para> <para> The rectangular area of a GtkBox is organized into either a single row |