Trying to modify PyGobject example for Gtk4 I can't get over this line - get XID of window since widget lacks window property ```python self.mpv = mpv.MPV(wid=str(widget.get_property("window").get_xid())) ``` ```python TypeError: object of type `GtkFrame' does not have property `window' ```