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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2006年 7月 10日 (月) 02:05:18 JST


-------------------------
REMOTE_ADDR = 82.231.206.15
REMOTE_HOST = 
REMOTE_USER = ruby-gnome2-hiki
        URL = /hiki.cgi?Gtk%3A%3ATreeStore
-------------------------
@@ -55,6 +55,13 @@
     * sibling: A valid Gtk::TreeIter, or nil 
     * Returns: A new row(Gtk::TreeIter)
 
+--- insert_with_values(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*))
+    * parent: A valid Gtk::TreeIter, or nil
+    * position: position to insert the new row 
+    * values: A Hash or an Array
+    * Returns: A new row(Gtk::TreeIter)
+
 --- prepend(parent)
     Prepends a new row to tree_store. If parent is non-nil, then it will prepend the new row before the first child of parent, otherwise it will prepend a row to the top level. The new row will be empty after this method is called. To fill in values, you need to call Gtk::TreeIter#set_value or Gtk::TreeStore#set_value.
     * parent: A valid Gtk::TreeIter, or nil 
@@ -83,4 +90,10 @@
 
 
 -((<Masao>))
-





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