gtk2/testsuite/css
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
..
change testsuite: Remove window decoration nodes from reference results 2020-05-20 17:06:54 +02:00
nodes Change button hierarchy 2020-08-29 16:46:28 +02:00
parser hsla: Just store floats 2020-07-25 11:56:05 -04:00
style window: Keep titlebar after main child 2020-08-01 09:30:48 +02:00
api.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
api.test.in Test suite cosmetics 2017-10-18 17:30:20 +02:00
data.c testsuite: Add a case with escaped Latin-1 code 2020-07-16 20:43:11 +02:00
meson.build tests: Centralize our test setup a bit 2020-05-15 14:11:53 -04:00