ruby-****@sourc*****
ruby-****@sourc*****
2005年 10月 19日 (水) 13:26:45 JST
------------------------- REMOTE_ADDR = 202.214.246.94 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /ja/hiki.cgi?Gtk%3A%3AScrolledWindow ------------------------- @@ -3,7 +3,11 @@ Gtk::ScrolledWindow は子ウィジェットにスクロールバーを追加し、オプションで子ウィジェットを((<ベベル付きフレーム|訳語>))に することができます。 -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. +スクロール可能なウィンドウは、以下の二つの方法で動作します。 +* ウィジェット自体が、そもそもスクロールをサポートしているもの。 + + これらのウィジェットは Gtk::Adjustment を“スロット”として持っています。 + Gtk::TreeView, Gtk::TextView, Gtk::Layout が該当します。 For widgets that lack native scrolling support, the Gtk::Viewport widget acts as an adaptor class, implementing scrollability for child widgets that lack their own scrolling capabilities. Use Gtk::Viewport to scroll child widgets such as Gtk::Table, Gtk::Box, and so on.