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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2012年 8月 20日 (月) 03:41:17 JST


-------------------------
REMOTE_ADDR = 70.49.49.99
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3ATreeStore
-------------------------
@@ -56,7 +56,7 @@
 
 --- insert(parent, position, values)
 
-    Inserts a new row at given position and fill it with values. values can be either a Hash with keys being columns numbers to set, or an Array. If parent is non-nil, then the row will be made a child of parent. Otherwise, the row will be created at the toplevel. If position is larger than the number of rows on the list, then the new row will be appended to the list. ((*Since 2.10*))
+    Inserts a new row at given position and fill it with values. values can be either a Hash with keys being columns numbers to set, or an Array of just column values. If parent is non-nil, then the row will be made a child of parent. Otherwise, the row will be created at the toplevel. If position is larger than the number of rows on the list, then the new row will be appended to the list. ((*Since 2.10*))
     * parent: A valid Gtk::TreeIter, or nil
     * position: position to insert the new row 
     * values: A Hash or an Array




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