ListBox.prepend

void prepend(gtk.widget.Widget child)

Prepend a widget to the list. If a sort function is set, the widget will actually be inserted at the calculated position and this function has the same effect of [gtk.container.Container.add].

Parameters

childthe #GtkWidget to add