ruby-****@sourc*****
ruby-****@sourc*****
2005年 10月 18日 (火) 21:03:01 JST
------------------------- REMOTE_ADDR = 218.231.161.82 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /ja/hiki.cgi?Gtk%3A%3AVScrollbar ------------------------- @@ -1,6 +1,16 @@ = class Gtk::VScrollbar -The Gtk::VScrollbar widget is a widget arranged vertically creating a scrollbar. See Gtk::Scrollbar for details on scrollbars. Gtk::Adjustment pointers may be added to handle the adjustment of the scrollbar or it may be left nil in which case one will be created for you. See Gtk::Adjustment for details. +The Gtk::VScrollbar widget is a widget arranged vertically creating a scrollbar. +See Gtk::Scrollbar for details on scrollbars. +Gtk::Adjustment pointers may be added to handle the adjustment of the scrollbar +or it may be left nil in which case one will be created for you. +See Gtk::Adjustment for details. +Gtk::VScrollbar は、垂直スクロールバーのウィジェットです。 +スクロールバーの詳細については、Gtk::Scrollbar をご覧下さい。 +スクロールバーの位置調整には、Gtk::Adjustment を使用します。 +別途位置調整を行う場合には、引数にnilを指定してください。 +詳細は Gtk::Adjustment を参照。 + == Object Hierarchy * Object * GLib::Instantiatable @@ -11,14 +21,29 @@ * Gtk::Scrollbar * Gtk::VScrollbar -== Class Methods +== クラスメソッド --- Gtk::VScrollbar.new(adjustment = nil) Creates a new vertical scrollbar. * adjustment: the Gtk::Adjustment to use, or nil to create a new adjustment. * Returns: the new Gtk::VScrollbar + 新しい垂直スクロールバーを生成します。 + * adjustment: Gtk::Adjustment のインスタンスを指定します。 + nilを指定すると新しい Gtk::Adjustment のインスタンスが生成されます。 + * 戻り値: Gtk::VScrollbar のインスタンス == See Also Gtk::Scrollbar, Gtk::ScrolledWindow - +== ChangeLog +* 2005-10-18 和訳 - ((<高木>)) ((<Masao>))