Package: gtk

Function gtk-widget-path-iter-name

Lambda List

gtk-widget-path-iter-name (path pos)

Syntax

(gtk-widget-path-iter-name path pos) => name
(setf (gtk-widget-path-iter-name path pos) name)

Arguments

path -- a gtk-widget-path instance
pos -- an integer with the position, -1 for the path head
name -- a string with the widget name

Details

Accessor of the widget name.

The gtk-widget-path-iter-name function returns the name corresponding to the widget found at the position pos in the widget hierarchy defined by path. The (setf gtk-widget-path-iter-name) function sets the widget name.
 

See also

2021-11-27