We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Trying to modify PyGobject example for Gtk4 I can't get over this line - get XID of window since widget lacks window property
self.mpv = mpv.MPV(wid=str(widget.get_property("window").get_xid()))
TypeError: object of type `GtkFrame' does not have property `window'