API 版本: 4.0
库版本: 4.17.2
由 gi-docgen 2024.2 生成
自 4.6
void gtk_flow_box_append ( GtkFlowBox* self, GtkWidget* child )
把 child 添加到 self 的末尾。
child
self
如果设置了排序函数,小部件实际上会被插入到计算的位置。
另请参阅: gtk_flow_box_insert().
gtk_flow_box_insert()
要添加的 GtkWidget。
GtkWidget