[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - Gtk::Adjustment

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 15日 (日) 18:53:05 JST


-------------------------
REMOTE_ADDR = 106.188.30.133
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AAdjustment
-------------------------
@@ -1,11 +1,11 @@
-= class Gtk::Adjustment
+= Gtk::Adjustment クラス
 The Gtk::Adjustment object represents a value which has an associated lower and upper bound, together with step and page increments, and a page size. It is used within several Ruby/GTK widgets, including Gtk::SpinButton, Gtk::Viewport, and Gtk::Range (which is a base class for Gtk:HScrollbar, Gtk::VScrollbar, Gtk::HScale, and Gtk::VScale). 
 
 The Gtk::Adjustment object does not update the value itself. Instead it is left up to the owner of the Gtk::Adjustment to control the value. 
 
 The owner of the Gtk::Adjustment typically calls the Gtk::Adjustment#value_changed and Gtk::Adjustment#changed functions after changing the value and its bounds. This results in the emission of the "value_changed" or "changed" signal respectively. 
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -13,7 +13,7 @@
         * Gtk::Adjustment
 
 
-== Class Methods
+== クラスメソッド
 --- Gtk::Adjustment.new(value, lower, upper, step_inc, page_inc, page_size)
     Creates a new Gtk::Adjustment. All argument types are Float. 
     * value: the initial value. 
@@ -23,7 +23,7 @@
     * page_increment: the increment to use to make major changes to the value. In a Gtk::Scrollbar this increment is used when the mouse is clicked in the trough, to scroll by a large amount.  
     * page_size: the page size. In a Gtk::Scrollbar this is the size of the area which is currently visible.  
 
-== Instance Methods
+== インスタンスメソッド
 --- value
     Gets the current value of the adjustment. See Gtk::Adjustment#value=.
     * Returns: The current value of the adjustment
@@ -98,12 +98,45 @@
     Emits a "changed" signal from the Gtk::Adjustment. This is typically called by the owner of the Gtk::Adjustment after it has changed any of the Gtk::Adjustment fields other than the value. 
 --- value_changed
     Emits a "value_changed" signal from the Gtk::Adjustment. This is typically called by the owner of the Gtk::Adjustment after it has changed the Gtk::Adjustment value field. 
-    
-== Signals
+
+--- upper=()
+    ((*要編集*))
+
+--- set_upper()
+    ((*要編集*))
+
+--- lower=()
+    ((*要編集*))
+
+--- set_lower()
+    ((*要編集*))
+
+== プロパティ
+--- page-size:
+    ((*要編集*))
+
+--- page-increment:
+    ((*要編集*))
+
+--- step-increment:
+    ((*要編集*))
+
+--- upper:
+    ((*要編集*))
+
+--- lower:
+    ((*要編集*))
+
+--- value:
+    ((*要編集*))
+
+== シグナル
 --- changed: self
      * self: Gtk::Adjustment
 
 --- value-changed: self
      * self: Gtk::Adjustment
 
-- ((<Masao>))
\ No newline at end of file
+== 更新履歴
+* 2014-06-15 クラスのメンバ項目でリストから漏れているものを追加。 - ((<きたがわ>))
+* - ((<Masao>))




ruby-gnome2-cvs メーリングリストの案内
Back to archive index