Skip to content

gtklistbox: Add remove_all()

Matthias Clasen requested to merge listbox-remove-all into main

Adds a function to remove all children from a GtkListBox. This way app developers don't need to implement this themselves.

Merge request reports