ListBox.append

Append a widget to the list.

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

class ListBox
void
append

Parameters

child Widget

the GtkWidget to add

Meta