s/menu_new/menu_item_new/. (#69199, Akira Tagoh.)

Tue Mar  5 17:02:59 2002  Owen Taylor  <otaylor@redhat.com>

        * docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
        (#69199, Akira Tagoh.)
This commit is contained in:
Owen Taylor 2002-03-05 22:05:21 +00:00 committed by Owen Taylor
parent e81022da91
commit 9733428511
8 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue Mar 5 17:02:59 2002 Owen Taylor <otaylor@redhat.com>
* docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
(#69199, Akira Tagoh.)
Tue Mar 5 16:53:05 2002 Owen Taylor <otaylor@redhat.com>
* docs/faq/Makefile.am: Build the docbook version, not

View File

@ -1,3 +1,8 @@
Tue Mar 5 17:02:59 2002 Owen Taylor <otaylor@redhat.com>
* docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
(#69199, Akira Tagoh.)
Tue Mar 5 16:53:05 2002 Owen Taylor <otaylor@redhat.com>
* docs/faq/Makefile.am: Build the docbook version, not

View File

@ -1,3 +1,8 @@
Tue Mar 5 17:02:59 2002 Owen Taylor <otaylor@redhat.com>
* docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
(#69199, Akira Tagoh.)
Tue Mar 5 16:53:05 2002 Owen Taylor <otaylor@redhat.com>
* docs/faq/Makefile.am: Build the docbook version, not

View File

@ -1,3 +1,8 @@
Tue Mar 5 17:02:59 2002 Owen Taylor <otaylor@redhat.com>
* docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
(#69199, Akira Tagoh.)
Tue Mar 5 16:53:05 2002 Owen Taylor <otaylor@redhat.com>
* docs/faq/Makefile.am: Build the docbook version, not

View File

@ -1,3 +1,8 @@
Tue Mar 5 17:02:59 2002 Owen Taylor <otaylor@redhat.com>
* docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
(#69199, Akira Tagoh.)
Tue Mar 5 16:53:05 2002 Owen Taylor <otaylor@redhat.com>
* docs/faq/Makefile.am: Build the docbook version, not

View File

@ -1,3 +1,8 @@
Tue Mar 5 17:02:59 2002 Owen Taylor <otaylor@redhat.com>
* docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
(#69199, Akira Tagoh.)
Tue Mar 5 16:53:05 2002 Owen Taylor <otaylor@redhat.com>
* docs/faq/Makefile.am: Build the docbook version, not

View File

@ -1,3 +1,8 @@
Tue Mar 5 17:02:59 2002 Owen Taylor <otaylor@redhat.com>
* docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
(#69199, Akira Tagoh.)
Tue Mar 5 16:53:05 2002 Owen Taylor <otaylor@redhat.com>
* docs/faq/Makefile.am: Build the docbook version, not

View File

@ -8264,7 +8264,7 @@ gtk_menu_new() and a "menu item" as created by the gtk_menu_item_new()
functions. The menu item will be an actual button with an associated
action, whereas a menu will be a container holding menu items.</para>
<para>The gtk_menu_new_with_label() and gtk_menu_new() functions are just as
<para>The gtk_menu_item_new_with_label() and gtk_menu_item_new() functions are just as
you'd expect after reading about the buttons. One creates a new menu
item with a label already packed into it, and the other just creates a
blank menu item.</para>