Skip to content
Commit 0453702f authored by Jean Felder's avatar Jean Felder
Browse files

gtk overrides: Make GTK4 widgets iterable

GTK4 removed the Gtk.Container interface, and added API on Gtk.Widget
to iterate over children instead.

Making Widgets iterable allows to easily loop over the children and
check is a widget is a child of an other one.

A new test is also added.
parent d1221d0a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment