append

open fun append(child: Widget)

Append a widget to the list.

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

Parameters

child

the GtkWidget to add