prepend


Description:

[ Version ( since = "3.10" ) ]
public void prepend (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 add.

Parameters:

this

a ListBox

child

the Widget to add