append

open fun append(child: Widget)

Adds @child to the end of @self.

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

See also: method@Gtk.FlowBox.insert.

Since

4.6

Parameters

child

the GtkWidget to add