Package: gtk

Function gtk-toolbar-nth-item

Lambda List

gtk-toolbar-nth-item (toolbar n)

Arguments

toolbar -- a gtk-toolbar widget
n -- an integer with a position on the toolbar

Return Value

The nth gtk-tool-item widget on toolbar, or nil if there is not an nth tool item.

Details

Returns the nth tool item on the toolbar, or nil if the toolbar does not contain an nth tool item.
 

See also

*2021-10-30