ruby-****@sourc*****
ruby-****@sourc*****
2012年 11月 1日 (木) 10:38:04 JST
------------------------- REMOTE_ADDR = 74.14.158.59 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-mnstbs-mnui ------------------------- @@ -3,7 +3,7 @@ == Menu Items -Thus far we learned about flat menus that displayed labels and about menu item separators. GTK+ also provides a number of other Gtk::MenuItem objects, such as radio and check button menu items, as well as image menu items. But perhaps even more interesting feature is the ability to add a sub-menu to an existing menu item. We will look into all of these menu item extensions in this part of the 'Menus and Toolbars' chapter (9). +Thus far we learned about simple menu items in form of labels and menu item separators. Our focus was on flat menus that displayed these simple menu items, though GTK+ provides also a number of other Gtk::MenuItem objects, such as radio and check button menu items, as well as image menu items. However, even more interesting menu feature is its ability to add a sub-menu to an existing menu item. We will look into all of these menu item extensions in this part of the 'Menus and Toolbars' chapter (9). === Submenus