ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 16日 (月) 14:30:50 JST
------------------------- REMOTE_ADDR = 106.188.103.9 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AHScale ------------------------- @@ -1,9 +1,9 @@ -= class Gtk::HScale += Gtk::HScale クラス The Gtk::HScale widget is used to allow the user to select a value using a horizontal slider. The position to show the current value, and the number of decimal places shown can be set using the parent Gtk::Scale class's methods. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -13,7 +13,13 @@ * Gtk::Scale * Gtk::HScale -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== クラスメソッド --- Gtk::HScale.new(adj) Creates a new Gtk::HScale. * adj: the Gtk::Adjustment which sets the range of the scale. @@ -25,6 +31,13 @@ * max: maximum value(Float) * step: step increment (tick size) used with keyboard shortcuts(Float) * Returns: a new Gtk::HScale - -((<Masao>)) \ No newline at end of file +== 更新履歴 +* 2014-06-16 インクルードされているモジュールの項目を追加。 - ((<きたがわ>)) +* ((<Masao>))