diff options
author | Anders Carlsson <andersca@gnu.org> | 2001-10-27 01:03:15 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@src.gnome.org> | 2001-10-27 01:03:15 +0000 |
commit | db8ec24af0142e995eb39bd3b48973632f8e82b7 (patch) | |
tree | 59d7fafcb20a0bb543b51e13bf27134cc4a81be4 /docs | |
parent | 39215638337862c535e3bcc6f968ed963ae34c95 (diff) | |
download | gdk-pixbuf-db8ec24af0142e995eb39bd3b48973632f8e82b7.tar.gz |
Change docs for gtk_toolbar_append_item to say that it appends an item to
2001-10-27 Anders Carlsson <andersca@gnu.org>
* gtk/tmpl/gtktoolbar.sgml: Change docs for
gtk_toolbar_append_item to say that it appends an item
to the end of a toolbar. This fixes #60428.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 6 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtktoolbar.sgml | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 10a95440d..810efd576 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2001-10-27 Anders Carlsson <andersca@gnu.org> + + * gtk/tmpl/gtktoolbar.sgml: Change docs for + gtk_toolbar_append_item to say that it appends an item + to the end of a toolbar. This fixes #60428. + Fri Oct 26 11:54:53 2001 Owen Taylor <otaylor@redhat.com> * */Makefile.am: Update to install images. diff --git a/docs/reference/gtk/tmpl/gtktoolbar.sgml b/docs/reference/gtk/tmpl/gtktoolbar.sgml index cc49f6645..0ef0ffd00 100644 --- a/docs/reference/gtk/tmpl/gtktoolbar.sgml +++ b/docs/reference/gtk/tmpl/gtktoolbar.sgml @@ -86,7 +86,7 @@ creates a new toolbar. <!-- ##### FUNCTION gtk_toolbar_append_item ##### --> <para> -adds a new button to the beginning (left or top edges) of the given toolbar. +adds a new button to the end (right or bottom edges) of the given toolbar. </para> @toolbar: a #GtkToolbar. @@ -101,7 +101,7 @@ adds a new button to the beginning (left or top edges) of the given toolbar. <!-- ##### FUNCTION gtk_toolbar_prepend_item ##### --> <para> -adds a new button to the beginning of the given toolbar. +adds a new button to the beginning (top or left edges) of the given toolbar. </para> @toolbar: a #GtkToolbar. |