Package: gtk

Accessor gtk:tree-list-row-depth

Lambda List

gtk:tree-list-row-depth (object)

Syntax

(gtk:tree-list-row-depth object) => depth

Arguments

object -- a gtk:tree-list-row object
depth -- an unsigned integer with the depth of the row

Details

Accessor of the depth slot of the gtk:tree-list-row class. The gtk:tree-list-row-depth function gets the depth of the row. Rows that correspond to items in the root model have a depth of zero, rows corresponding to items of models of direct children of the root model have a depth of 1 and so on. The depth of a row never changes until the row is removed from its model at which point it will forever return 0.
 

See also

2024-10-17