Taiko2k / GTK4PythonTutorial

GTK4 + Python tutorial with code examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

set_modal seems to be used incorrectly

sigmaSd opened this issue · comments

The examples in the README takes the parent widget, but accodring to the docs it just takes a boolean , and I tried it and indeed just using true or false works

https://docs.gtk.org/gtk4/method.Window.set_modal.html

Agreed, feel free to make a PR