PyGObject appears to have no real documentation. This tutorial is as close as it gets. I\'ve been struggling all morning simply trying to find a description of the arguments acc
The docs are located here: https://lazka.github.io/pgi-docs/Gtk-3.0/index.html
The Gtk.Window arguments (exactly what you have asked for) here: https://lazka.github.io/pgi-docs/Gtk-3.0/classes/Window.html
Some interactive console solutions exist above, but I prefer the auto-complete one: How do I add tab completion to the Python shell?