ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 16日 (月) 17:16:06 JST
------------------------- REMOTE_ADDR = 106.188.103.9 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ARuler ------------------------- @@ -1,11 +1,11 @@ -= class Gtk::Ruler += Gtk::Ruler クラス The Gtk::Ruler widget is a base class for horizontal and vertical rulers. Rulers are used to show the mouse pointer's location in a window. The ruler can either be horizontal or vertical on the window. Within the ruler a small triangle indicates the location of the mouse relative to the horizontal or vertical ruler. See Gtk::HRuler to learn how to create a new horizontal ruler. See Gtk::VRuler to learn how to create a new vertical ruler. ((*Note*)) This widget is considered too specialized/little-used for GTK+, and will in the future be moved to some other package. If your application needs this widget, feel free to use it, as the widget does work and is useful in some applications; it's just not of general interest. However, we are not accepting new features for the widget, and it will eventually move out of the GTK+ distribution. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -13,7 +13,13 @@ * Gtk::Widget * Gtk::Ruler -== Instance Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== インスタンスメソッド --- metric Gets the metric. See metric= for more details. * Returns: the unito of measurement ((<GtkMetricType|Gtk#GtkMetricType>)) @@ -98,7 +104,16 @@ * upper: Upper limit of ruler(Float) * Returns: self -== Properties +--- range=() + ((*要編集*)) + +== プロパティ --- lower: Float (Read/Write) Lower limit of ruler * Default value: 0 @@ -115,9 +124,21 @@ Upper limit of ruler * Default value: 0 -== See Also -Gtk::HRuler, Gtk::VRuler +--- metric: + ((*要編集*)) +== 関連ページ +Gtk::HRuler, Gtk::VRuler -== ChangeLog +== 更新履歴 +* 2014-06-16 クラスのメンで漏れていたものを追加。 - ((<きたがわ>)) * 2005-03-21 Added. - ((<Masao>))