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

アーカイブの一覧に戻る

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 18:38:48 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ATreeIter
-------------------------
@@ -1,12 +1,12 @@
-= class Gtk::TreeIter
+= Gtk::TreeIter クラス
 A Gtk::TreeIter is a reference to a specific node on a specific model. These are filled in by the model in a model-specific way. One can convert a path to an iterator by calling Gtk::TreeModel#get_iter. These iterators are the primary way of accessing a model and are similar to the iterators used by Gtk::TextBuffer. They are generally statically allocated on the heap and only used for a short time. The model interface defines a set of operations using them for navigating the model.
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Boxed
     * Gtk::TreeIter
 
-== Instance Methods
+== インスタンスメソッド
 --- first!
     Initializes iter with the first iterator in the tree (the one at the path "0") and returns true. Returns false if the tree is empty.
     * Returns: false if the tree is empty.
@@ -63,8 +63,16 @@
     * column: column number to modify 
     * value: new value for the cell
     * Returns: self
+
+--- to_s()
+    ((*要編集*))
+
+--- to_str()
+    ((*要編集*))
 
-== See Also
+== 関連ページ
 Gtk::TreeModel, Gtk::TreeStore, Gtk::ListStore, Gtk::TreeView
 
-- ((<Masao>))
+== 更新履歴
+* 2014-06-16 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>))
+* - ((<Masao>))




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