I am learning Gtk programming with python from this. But I can not understand what is the reason for the widget
keyword in the following callback definition? Can someone please explain what it does?
def on_button_clicked(self, widget):
print("Hello World")