ListBox.append
void append(gtk.widget.Widget child)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 gtk.widget.Widget to add |
void append(gtk.widget.Widget child)Append a widget to the list.
If a sort function is set, the widget will actually be inserted at the calculated position.
child | the gtk.widget.Widget to add |