Package: gtk

Function gtk-list-box-prepend

Lambda List

gtk-list-box-prepend (listbox child)

Arguments

listbox -- a gtk-list-box widget
child -- a gtk-widget child widget to add

Details

Prepend a child widget to the list box. If a sort function is set, the child widget will actually be inserted at the calculated position and this function has the same effect as the gtk-container-add function.
 

See also

2021-11-15