prepend


Description:

[ Version ( since = "4.6" ) ]
public void prepend (Widget child)

Adds child to the start of this.

If a sort function is set, the widget will actually be inserted at the calculated position.

See also: [method@Gtk.FlowBox.insert].

Parameters:

this

a `GtkFlowBox

child

the `GtkWidget` to add