ruby-****@sourc*****
ruby-****@sourc*****
2005年 8月 30日 (火) 06:02:24 JST
------------------------- REMOTE_ADDR = 62.203.203.122 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /hiki.cgi?Gtk%3A%3AScrolledWindow ------------------------- @@ -58,6 +58,14 @@ * vadjustment: Vertical scroll adjustment. * Returns: self +--- hscrollbar + Returns the horizontal scrollbar of the scrolled window. ((*Since 2.8*)) + * Returns: the horizontal scrollbar (Gtk::HScrollbar) + +--- vscrollbar + Returns the vertical scrollbar of the scrolled window. ((*Since 2.8*)) + * Returns: the vertical scrollbar (Gtk::VScrollbar) + --- policy Retrieves the current policy values for the horizontal and vertical scrollbars. See Gtk::ScrolledWindow#set_policy. * Returns: [hscrollbar_policy, vscrollbar_policy]