ruby-****@sourc*****
ruby-****@sourc*****
2012年 11月 3日 (土) 02:03:43 JST
------------------------- REMOTE_ADDR = 184.145.83.139 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-mnstbs-mnui ------------------------- @@ -43,7 +43,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 sub-menu menu items, which must all be defined as Gtk::MenuItem objects in their respective menus (Gtk::Menu objects), however, the sub-menu items themselves are again defined as Gtk::Menu objects. - For the completeness let me include the complete program example, for what we discussed above: + Let's see the complete working program example, of what was discussed above: ((*mechanics-of-building-submenus.rb*))