Widgets in Gtk emit signals when events happen (button click, etc.).
To handle the signal, you must connect it with a Python method.
Widgets in Gtk emit signals when events happen (button click, etc.).
To handle the signal, you must connect it with a Python method.