Buttons and Toggles
Gtk.Button
— A widget that emits a signal when clicked on
Gtk.CheckButton
— Create widgets with a discrete toggle button
Gtk.RadioButton
— A choice from multiple check buttons
Gtk.ToggleButton
— Create buttons which retain their state
Gtk.LinkButton
— Create buttons bound to a URL
Gtk.MenuButton
— A widget that shows a popup when clicked on
Gtk.Switch
— A “light switch” style toggle
Gtk.ScaleButton
— A button which pops up a scale
Gtk.VolumeButton
— A button which pops up a volume control
Gtk.LockButton
— A widget to unlock or lock privileged operations
Gtk.ModelButton
— A button that uses a GAction as model