ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 14日 (土) 00:22:15 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3ATreeRowReference ------------------------- @@ -18,12 +18,13 @@ --- Gtk::TreeRowReference.new(proxy, model, path) You do not need to use this method. - Creates a row reference based on path. This reference will keep pointing to the node pointed to by path, so long as it exists. If path isn't a valid path in model, then an error is occured. However, unlike references created with Gtk::RowReference.new, it does not listen to the model for changes. The creator of the row reference must do this explicitly using Gtk::TreeRowReference.inserted, Gtk::TreeRowReference.deleted, Gtk::TreeRowReference.reordered. This must be called once per signal per proxy. + Creates a row reference based on path. This reference will keep pointing to the node pointed to by path, so long as it exists. If path isn't a valid path in model, then an error is occurred. However, unlike references created with the previous Gtk::TreeRowReference.new(model, path), it does not listen to the model for changes. The creator of the row reference must do this explicitly using Gtk::TreeRowReference.inserted, Gtk::TreeRowReference.deleted, Gtk::TreeRowReference.reordered. This must be called once per signal per proxy. This type of row reference is primarily meant by structures that need to carefully monitor exactly when a row_reference updates itself, and is not generally needed by most applications. * proxy : A proxy GLib::Object * model : A Gtk::TreeModel * path : A valid Gtk::TreePath to monitor * Returns : A new Gtk::TreeRowReference + --- Gtk::TreeRowReference.inserted(proxy, path)