Package: gtk

Accessor gtk:tree-expander-item

Lambda List

gtk:tree-expander-item (object)

Syntax

(gtk:tree-expander-item object) => item

Arguments

object -- a gtk:tree-expander object
item -- a g:object instance with the item of the row

Details

Accessor of the item slot of the gtk:tree-expander class. The gtk:tree-expander-item function forwards the item set on the gtk:tree-list-row object that object is managing. This call is essentially equivalent to calling:
(gtk:tree-list-row-item (gtk:tree-expander-list-row object))  
 

See also

#2023-9-26