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.
This commit is contained in:
committed by
Anders Carlsson
parent
3921563833
commit
db8ec24af0
@ -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>
|
Fri Oct 26 11:54:53 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* */Makefile.am: Update to install images.
|
* */Makefile.am: Update to install images.
|
||||||
|
|||||||
@ -86,7 +86,7 @@ creates a new toolbar.
|
|||||||
|
|
||||||
<!-- ##### FUNCTION gtk_toolbar_append_item ##### -->
|
<!-- ##### FUNCTION gtk_toolbar_append_item ##### -->
|
||||||
<para>
|
<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>
|
</para>
|
||||||
|
|
||||||
@toolbar: a #GtkToolbar.
|
@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 ##### -->
|
<!-- ##### FUNCTION gtk_toolbar_prepend_item ##### -->
|
||||||
<para>
|
<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>
|
</para>
|
||||||
|
|
||||||
@toolbar: a #GtkToolbar.
|
@toolbar: a #GtkToolbar.
|
||||||
|
|||||||
Reference in New Issue
Block a user