ruby-****@sourc*****
ruby-****@sourc*****
2005年 3月 25日 (金) 02:33:07 JST
------------------------- REMOTE_ADDR = 218.231.205.229 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = http://ruby-gnome2.sourceforge.jp/cgi-bin/hiki/hiki.cgi?Gtk%3A%3ARuler ------------------------- @@ -29,10 +29,10 @@ --- range Retrieves values indicating the range and current position of a Gtk::Ruler. See Gtk::Ruler#range=. * [lower, upper, position, max_size] - * lower: lower limit of the ruler, or nil - * upper: upper limit of the ruler, or nil - * position: the current position of the mark on the ruler, or nil - * max_size: the maximum size of the ruler used when calculating the space to leave for the text, or nil + * lower: lower limit of the ruler + * upper: upper limit of the ruler + * position: the current position of the mark on the ruler + * max_size: the maximum size of the ruler used when calculating the space to leave for the text * Returns: self --- set_range(lower, upper, position, max_size) This sets the range of the ruler using Float lower, Float upper, Float position, and Float max_size.