So far, you have not learned about any widgets that are designed to facilitate user interaction—except Gtk.Button . That changes in this chapter, as we cover many types of widgets that allow the user to make choices, change settings, or input information.
These widgets include push buttons, toggle buttons, check buttons, radio buttons, color selection buttons, file chooser buttons, font selection buttons, text entries, and number selection buttons.
How to use clickable buttons with stock ...