ruby-****@sourc*****
ruby-****@sourc*****
2012年 10月 30日 (火) 22:16:31 JST
------------------------- REMOTE_ADDR = 74.14.158.59 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-mnstbs-mnui ------------------------- @@ -39,7 +39,7 @@ As you can see this can become rather involved, for deeper menu hierarchies. The main point to remember here is that, there are two kinds of menu items, namely, final menu items, and submenu menu items, which must all be defined as Gtk::MenuItem objects in their respective menus (Gtk::Menu objects), however, the submenu items themselves are again defined as Gtk::Menu objects. -For the completnes let me include the complete program example, for what we discussed above: +For the completeness let me include the complete program example, for what we discussed above: ((*mechanics-of-building-submenus.rb*))