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

Back to archive index

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


-------------------------
REMOTE_ADDR = 106.188.30.133
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ACellView
-------------------------
@@ -1,7 +1,7 @@
-= class Gtk::CellView
+= Gtk::CellView クラス
 A Gtk::CellView displays a single row of a Gtk::TreeModel, using cell renderers just like Gtk::TreeView. Gtk::CellView doesn't support some of the more complex features of Gtk::TreeView, like cell editing and drag and drop.
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -9,10 +9,14 @@
         * Gtk::Widget
           * Gtk::CellView
 
-== Included Modules
+== インクルードされているモジュール
+
 * Gtk::CellLayout
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
 
-== Class Methods
+== クラスメソッド
 --- Gtk::CellView.new(text = nil, with_markup = true)
     Creates a new Gtk::CellView widget.
     * text: The text(String) to display in the cell view. If with_markup is set to true, the text is treaded as markup string.
@@ -24,7 +28,14 @@
     * pixbuf: the Gdk::Pixbuf to display in the cell view
     * Returns: A newly created Gtk::CellView widget
 
-== Instance Methods
+== インスタンスメソッド
+--- model()
+    ((*要編集*))
+
 --- model=(model)
     Sets the Gtk::TreeModel. If the Gtk::CellView already has a model set, it will remove it before setting the new model. If model is nil, then it will unset the old model.
     * model: a Gtk::TreeModel
@@ -88,7 +95,14 @@
     * background_set: true if this tag affects the background color
     * Returns: self
 
-== Properties
+== プロパティ
 --- background: String (Write)
     Background color as a string
     * Default value: nil
@@ -100,7 +107,17 @@
     Whether this tag affects the background color
     * Default value: false
 
+--- model:
+    ((*要編集*))
 
-== ChangeLog
-* 2005-05-05 Added - ((<Masao>))
 
+== 更新履歴
+* 2014-06-15 クラスのメンバで漏れているものを追加。 - ((<きたがわ>))
+* 2005-05-05 Added - ((<Masao>))




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