Spinner (Python) Marta Maria Casetti mmcasetti@gmail.com 2012 A spinner animation Spinner

This Spinner is stopped and started by pressing the spacebar.

Code used to generate this example

Gdk.keyval_name(event.keyval) converts the key value event.keyval into a symbolic name. The names and corresponding key values can be found here,but for instance GDK_KEY_BackSpace becomes the string "BackSpace".

API References

In this sample we used the following:

GtkSpinner

Key Values