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

Back to archive index

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


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ATreePath
-------------------------
@@ -1,18 +1,18 @@
-= class Gtk::TreePath
+= Gtk::TreePath クラス
 A path is essentially a potential node. It is a location on a model that may or may not actually correspond to a node on a specific model. The Gtk::TreePath struct can be converted into either an array of unsigned integers or a string. The string form is a list of numbers separated by a colon. Each number refers to the offset at that level. Thus, the path "0" refers to the root node and the path "2:4" refers to the fifth child of the third node.
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Boxed
     * Gtk::TreePath
 
-== Class Methods
+== クラスメソッド
 --- Gtk::TreePath.new(path = nil)
     Creates a new Gtk::TreePath initialized to path. path is expected to be a colon separated list of numbers. For example, the string "10:4:0" would create a path of depth 3 pointing to the 11th child of the root node, the 5th child of that 11th child, and the 1st child of that 5th child. If an invalid path string is passed in, error is occured.
     * path: The string representation of a path. 
     * Returns: A newly created Gtk::TreePath. 
 
-== Instance Methods
+== インスタンスメソッド
 --- <=>(b)
     Compares two paths. If self appears before b in a tree, then -1 is returned. If b appears before self, then 1 is returned. If the two nodes are equal, then 0 is returned. 
     * b: A GtkTreePath to compare with. 
@@ -66,9 +66,15 @@
     * ancestor: another Gtk::TreePath 
     * Returns: true if ancestor contains path somewhere below it 
 
+--- ==()
+    ((*要編集*))
 
-== See Also
-Gtk::TreeModel, Gtk::TreeView
+--- to_s()
+    ((*要編集*))
 
+== 関連ページ
+Gtk::TreeModel, Gtk::TreeView
 
-- ((<Masao>))
\ No newline at end of file
+== 更新履歴
+* 2014-06-16 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>))
+* - ((<Masao>))




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