gtk2/testsuite
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
..
a11y Change button hierarchy 2020-08-29 16:46:28 +02:00
css Change button hierarchy 2020-08-29 16:46:28 +02:00
gdk rgba: Use pango_color_parse_with_alpha 2020-08-02 23:30:33 -04:00
gsk Merge branch 'wip/compute-size' into 'master' 2020-08-05 16:19:19 +00:00
gtk Change button hierarchy 2020-08-29 16:46:28 +02:00
performance Alterative sysprof build support 2020-08-21 18:28:29 -04:00
reftests Change button hierarchy 2020-08-29 16:46:28 +02:00
tools builder-tool: Rewrite GtkBox 2020-08-20 23:41:29 -04:00
meson.build testsuite: Setup tests env by platform 2020-08-05 16:23:14 +08:00