API 版本: 4.0
库版本: 4.17.2
由 gi-docgen 2024.2 生成
void gtk_grid_remove ( GtkGrid* grid, GtkWidget* child )
从网格中删除子项。
子项必须使用 gtk_grid_attach() 或 gtk_grid_attach_next_to() 添加。
gtk_grid_attach()
gtk_grid_attach_next_to()
child
类型: GtkWidget
GtkWidget
要删除的子控件。