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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 00:05:22 JST


-------------------------
REMOTE_ADDR = 106.188.30.133
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ACurve
-------------------------
@@ -1,4 +1,4 @@
-= class Gtk::Curve
+= Gtk::Curve クラス
 
 The Gtk::Curve widget allows the user to edit a curve covering a range of values. It is typically used to fine-tune color balances in graphics applications like the Gimp. 
 
@@ -9,7 +9,7 @@
 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
@@ -18,12 +18,18 @@
           * Gtk::DrawingArea
             * Gtk::Curve
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::Curve.new
     Creates a new Gtk::Curve. 
     * Returns: a new Gtk::Curve.  
 
-== Instance Methods
+== インスタンスメソッド
 --- reset
     Resets the curve to a straight line from the minimum x and y values to the maximum x and y values (i.e. from the bottom-left to the top-right corners). The curve type is not changed. 
     * Returns: self
@@ -113,8 +119,20 @@
     Same as min_y=.
     * min_y: minimum possible value for Y
     * Returns: self
+
+--- vector()
+    ((*要編集*))
+
+--- vector=()
+    ((*要編集*))
 
-== Constants
+== 定数
 === Type
 --- TYPE_LINEAR
     linear interpolation
@@ -123,7 +135,19 @@
 --- TYPE_FREE
     free form curve
 
-== Properties
+== プロパティ
 --- curve-type: Gtk::CurveType (Read/Write)
     Is this curve linear, spline interpolated, or free-form
     * Default value: Gtk::Curve::TYPE_LINEAR
@@ -144,13 +156,26 @@
     Minimum possible value for Y
     * Default value: 0
 
-== Signals
+== シグナル
 --- curve-type-changed: self
     Emitted when the curve type has been changed. The curve type can be changed explicitly with a call to Gtk::Curve#curve_type=. It is also changed as a side-effect of calling Gtk::Curve#reset or Gtk::Curve#gamma=. 
     * self: Gtk::Curve
 
-== See Also
+== 関連ページ
 * Gtk::GammaCurve a subclass for editing gamma curves.
 
-== ChangeLog
+== 更新履歴
+* 2014-06-15 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>))
 * 2006-02-01 Added. - ((<Masao>))




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