ruby-****@sourc*****
ruby-****@sourc*****
2012年 7月 30日 (月) 01:00:16 JST
------------------------- REMOTE_ADDR = 184.145.84.152 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3AScrolledWindow ------------------------- @@ -1,6 +1,6 @@ = class Gtk::ScrolledWindow -Gtk::ScrolledWindow is a Gtk::Bin subclass: it's a container the accepts a single child widget. Gtk::ScrolledWindow adds scrollbars to the child widget and optionally draws a beveled frame around the child widget. +Gtk::ScrolledWindow is a Gtk::Bin subclass: it is a container that accepts a single child widget. Gtk::ScrolledWindow adds scrollbars to the child widget and optionally draws a beveled frame around the child widget. The scrolled window can work in two ways. Some widgets have native scrolling support; these widgets have "slots" for Gtk::Adjustment objects. Widgets with native scroll support include Gtk::TreeView, Gtk::TextView, and Gtk::Layout.