Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Gtk.main_iteration takes no arguments#4093
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
the older sig is gtk.main_iteration(block=True) anyways.http://lazka.github.io/pgi-docs/#Gtk-3.0/functions.html#Gtk.main_iteration
Seems fine to me. I don't think it relates to#4092, but we could use some Gtk expertise over there. |
it goes to that line from plt.waitforbuttonpress. whatever checks there are here it should include that. |
MNT : Gtk.main_iteration takes no argumentsUpdate to use new API, should maintain current behaviour with old GTK versions
http://www.pygtk.org/pygtk2reference/gtk-functions.html#function-gtk--main-iteration <- old docs for reference. |
the older sig is gtk.main_iteration(block=True) anyways.http://lazka.github.io/pgi-docs/#Gtk-3.0/functions.html#Gtk.main_iteration