Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK
GTK.Toolbar

Method GTK.Toolbar()->insert_item()


Method insert_item

GTK.Toolbar insert_item(string label, string tooltip, string prv, GTK.Widget icon, function clicked_cb, mixed clicked_arg, int position)

Description

Arguments as for append_item, but an extra position argument at the end. Adds a new button after the item at the specified position.