Questions tagged [gtkspinner]

A GTK widget spinner (waiting) animation.

A GTK widget spinner (waiting) animation.

Documentation: https://developer.gnome.org/gtk3/stable/GtkSpinner.html Python example: https://python-gtk-3-tutorial.readthedocs.io/en/latest/spinner.html

1 questions
0
votes
2 answers

PyGObject - GtkSpinner is not spinning when I call a function - Why?

I have a simple Python/GTK app. I have a function that does stuff and until said function is done doing stuff, the GtkSpinner should be spinning. Here is my code: import time import gi gi.require_version('Gtk', '3.0') from gi.repository import…
casualcoder
  • 231
  • 2
  • 11