Package: gtk

Function gtk-toolbar-insert

Lambda List

gtk-toolbar-insert (toolbar item pos)

Arguments

toolbar -- a gtk-toolbar widget
item -- a gtk-tool-item widget
pos -- an integer with the position of the new item

Details

Insert a gtk-tool-item widget into the toolbar at position pos. If the pos argument is 0 the item is prepended to the start of the toolbar. If the pos argument is negative, the item is appended to the end of the toolbar.
 

See also

*2021-11-30