ruby-****@lists*****
ruby-****@lists*****
2003年 4月 28日 (月) 11:03:55 JST
------------------------- REMOTE_ADDR = 61.204.181.66 REMOTE_HOST = ------------------------- ------------------------- = 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. == super class * ((<Gtk::Scrollbar>)) == 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 == See Also Gtk::Scrollbar, Gtk::ScrolledWindow ((<Masao>))