ruby-****@sourc*****
ruby-****@sourc*****
2012年 10月 29日 (月) 07:27:26 JST
------------------------- REMOTE_ADDR = 74.14.158.59 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-mnstbs-popup ------------------------- @@ -7,7 +7,7 @@ You will begin this chapter by learning how to create a pop-up menu. A pop-up menu is a Gtk::Menu widget that is displayed to the user when the right mouse button is clicked when hovering above certain widgets, or when '((<window accelerator keys <Shift+F10>|tut-gtk2-mnstbs-popup#Note:>))' are pressed (provided, the application is programmed to catch this eventuality). -Lets begin by creating a bare bones "Hello World" program, with the simplest possible context menu: +Lets start by creating a bare bones "Hello World" program, with the simplest possible context menu: ((*bare-bones-context-menu.rb*))