Skip to content

API: Derive from GtkContainer

Many of libhandy's widgets are subclasses of GtkContainer. Since we didn't declare that our widgets use GtkContainer, none of them had access to gtk::ContainerExt methods, and could only use their methods and gtk::WidgetExt.

This commit adds Gtk.Container to Gir.toml and regenerates with ContainerExt support.

Merge request reports