action-row: Properly chain up in GtkBuilder add_child()
Adding non-widget children is valid in GTK4, namely event controllers. The right thing to do here is to chain up to the GtkWidget implementation which handles this correctly.
Adding non-widget children is valid in GTK4, namely event controllers. The right thing to do here is to chain up to the GtkWidget implementation which handles this correctly.