ruby-****@sourc*****
ruby-****@sourc*****
2012年 11月 4日 (日) 06:01:21 JST
------------------------- REMOTE_ADDR = 184.145.83.139 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-mnstbs-popup ------------------------- @@ -190,10 +190,6 @@ Separators are extremely important when designing a menu structure, because they organize menu items into groups so the user can easily find the appropriate item. Preferably you should use the Gtk::SeparatorMenuItem class to create the separator objects, though Gtk::MenuItem(s) with no label work as well. I experimented with both since currently there seems to be a bug in this area. (see: the warning below). -:Warning: - {{image_right("dialog-warning.png")}} - When a menu is detached signal handler for menu items on the first (teared-off level) is not working. - === Pop-up Menu Callbacks