Package: gtk

Function gtk:tool-item-group-insert

Lambda List

gtk:tool-item-group-insert (group item position)

Arguments

group -- a gtk:tool-item-group widget
item -- a gtk:tool-item widget to insert into group
position -- an integer with the position of item in group, starting with 0, the position -1 means end of list

Details

Inserts item at position in the list of children of the tool item group.
 

See also

#2023-2-27