Method
GtkFlowBoxappend
Declaration [src]
void
gtk_flow_box_append (
GtkFlowBox* self,
GtkWidget* child
)
Description [src]
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_insert()
.
Available since: | 4.6 |
Parameters
child |
GtkWidget |
The |
|
The data is owned by the caller of the function. |