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

アーカイブの一覧に戻る

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 15日 (日) 23:00:50 JST


-------------------------
REMOTE_ADDR = 106.188.30.133
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ACellRendererToggle
-------------------------
@@ -1,7 +1,7 @@
-= class Gtk::CellRendererToggle
+= Gtk::CellRendererToggle クラス
 The Gtk::CellRendererToggle is used for rendering a cell to a Gdk::Drawable with toggle buttons. 
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -9,12 +9,12 @@
         * Gtk::CellRenderer
           * Gtk::CellRendererToggle
 
-== Class Methods
+== クラスメソッド
 --- Gtk::CellRendererToggle.new
     Creates a new Gtk::CellRendererToggle. Adjust rendering parameters using object properties. Object properties can be set globally (with GLib::Object.set_property. Also, with Gtk::TreeViewColumn, you can bind a property to a value in a Gtk::TreeModel. For example, you can bind the "active" property on the cell renderer to a boolean value in the model, thus causing the check button to reflect the state of the model.
 * Returns : the new cell renderer  
 
-== Instance Methods
+== インスタンスメソッド
 --- activatable?
     Returns the value whether the toggle button can be activated or not.
     Returns: true if the button can be activated.
@@ -51,7 +51,25 @@
     * radio: true if the toggle button is drawn as radio button.
     * Returns: self
 
-== Properties
+--- indicator_size=()
+    ((*要編集*))
+
+--- set_indicator_size()
+    ((*要編集*))
+
+--- indicator_size()
+    ((*要編集*))
+
+--- inconsistent=()
+    ((*要編集*))
+
+--- set_inconsistent()
+    ((*要編集*))
+
+--- inconsistent?()
+    ((*要編集*))
+
+== プロパティ
 --- activatable: true or false (Read/Write)
     The toggle button can be activated
 
@@ -64,12 +82,33 @@
 --- radio: true or false (Read/Write)
     Draw the toggle button as a radio button
 
-== Signals
+--- indicator-size:
+    ((*要編集*))
+
+== シグナル
 --- toggled: self, arg1
      * self: the object which received the signal.
      * arg1: the string representation of Gtk::TreePath describing the event location.
-
 
-== ChangeLog
+== 更新履歴
+* 2014-06-15 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>))
 * 2005-06-03 Improved a description of toggled signal. - Gergely Kontra
 * 2005-05-09 Added. - ((<Masao>))




ruby-gnome2-cvs メーリングリストの案内
アーカイブの一覧に戻る