gtkTreeModelRowDeleted: gtkTreeModelRowDeleted

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

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.

Usage

1
gtkTreeModelRowDeleted(object, path)

Arguments

object

A GtkTreeModel

path

A GtkTreePath pointing to the previous location of the deleted row.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.