ruby-****@sourc*****
ruby-****@sourc*****
2012年 11月 9日 (金) 11:42:00 JST
------------------------- REMOTE_ADDR = 184.145.95.170 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-mnstbs-tb ------------------------- @@ -81,7 +81,9 @@ tb.show_arrow = true tb.toolbar_style = Gtk::Toolbar::Style::BOTH -Just to remind you that we have included a method ((*select_region*)) defined in Gtk::Editable module. + +Signal handling callbacks are straight forward, except that we are using methods defined in the Gtk::Editable module such as 'cut_clipboard', ... 'select_region'. + :Gtk::Editable: The Gtk::Editable is a module for widgets for editing text, such as Gtk::Entry. The editable class contains methods for generically manipulating an editable widget, a large number of action signals used for key bindings, and several signals that an application can connect to modify the behaviour of a widget.