ruby-****@sourc*****
ruby-****@sourc*****
2012年 10月 30日 (火) 23:37:44 JST
------------------------- REMOTE_ADDR = 74.14.158.59 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-mnstbs-mnui ------------------------- @@ -122,6 +122,10 @@ On the image here on the right, you can see a teared off menu. Not so obvious, on the same image here, is the Gtk::TearoffMenuItem, this is dashed line on the top of a menu that provides this feature. If a user clicks on that 'doted' menu item the menu wil separate from the widget to which it is attached, be it from te top frame or window on which a context menu was spawned, from a menu or indeed, from a sub-menu, with a sub-sub-menu, ... +{{br}} + +Following is the simple implementation of our a bit dipper menu menu hierarchy, with emphasis on menu hierarchy architectural structure and design and in which we still are not concerned about the development and implementation of menu item signal handling mechanisms and callbacks. + {{br}} ((*menuitems-n-submenus-1.rb*))