forked from AuroraMiddleware/gtk
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:
parent
e81022da91
commit
9733428511
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user