gtkTreeModelRowDeleted {RGtk2} | R Documentation |
Emits the "row_deleted" signal on tree.model
. This should be called by
models after a row has been removed. The location pointed to by path
should be the location that the row previously was at. It may not be a
valid location anymore.
gtkTreeModelRowDeleted(object, path)
|
[GtkTreeModel ] A GtkTreeModel |
|
[GtkTreePath ] A GtkTreePath pointing to the previous location of the deleted row. |
Derived by RGtkGen from GTK+ documentation