Package: gtk

Function gtk:list-box-append

Lambda List

gtk:list-box-append (listbox child)

Arguments

listbox -- a gtk:list-box widget
child -- a gtk:widget child widget to append

Details

Append a child widget to the list box. If a sort function is set, the widget will actually be inserted at the calculated position.
 

See also

2024-10-11