FlowBox.append
void append(gtk.widget.Widget child)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: [gtk.flow_box.FlowBox.insert].
Parameters
child | the [gtk.widget.Widget] to add |