gtk2/testsuite/a11y
Timm Bäder 1375fb4464 Change button hierarchy
A radiobutton without indicator is really just a togglebutton with a
group.

A radiobutton with indicator is really just a checkbutton with a group.

Make checkbutton its own widget not inheriting from GtkButton.
GtkRadioButton could be removed but it stays for now.

Radiobutton && !draw-indicator => Togglebutton
Checkbutton && !draw-indicator => Togglebutton

Radiobutton && draw-indicator => CheckButton + group
2020-08-29 16:46:28 +02:00
..
accessible.c
button.c a11y: Set accessible role for GtkLinkButton 2020-07-29 22:46:00 -04:00
checkbutton.c Change button hierarchy 2020-08-29 16:46:28 +02:00
dialog.c
entry.c
expander.c a11y: Set an accessible role for GtkExpander 2020-07-29 22:46:00 -04:00
image.c
label.c
levelbar.c a11y: Set an accessible role for GtkLevelBar 2020-07-29 22:46:00 -04:00
meson.build a11y: Set an accessible role for GtkLevelBar 2020-07-29 22:46:00 -04:00
passwordentry.c
progressbar.c
scrollbar.c
searchentry.c
separator.c
spinbutton.c
switch.c
textview.c
window.c