ListBox.prepend

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 Container.add.

class ListBox
void
prepend

Parameters

child Widget

the gtk.Widget to add

Meta

Since

3.10