gtk2/testsuite/css/nodes
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
..
box.ltr.nodes
box.ltr.ui
box.rtl.nodes
box.rtl.ui
buttons.nodes Change button hierarchy 2020-08-29 16:46:28 +02:00
buttons.ui Change button hierarchy 2020-08-29 16:46:28 +02:00
checkbutton.ltr.nodes Change button hierarchy 2020-08-29 16:46:28 +02:00
checkbutton.ltr.ui Change button hierarchy 2020-08-29 16:46:28 +02:00
checkbutton.rtl.nodes Change button hierarchy 2020-08-29 16:46:28 +02:00
checkbutton.rtl.ui Change button hierarchy 2020-08-29 16:46:28 +02:00
combobox.nodes
combobox.ui
entries.nodes
entries.ui
expander.ltr.nodes
expander.ltr.ui
expander.rtl.nodes
expander.rtl.ui
levelbar.ltr.nodes
levelbar.ltr.ui
levelbar.rtl.nodes
levelbar.rtl.ui
meson.build
nodes.test.in
notebook-arrows2.nodes
notebook-arrows2.ui
notebook-arrows.nodes
notebook-arrows.ui
notebook.bottom.ltr.nodes
notebook.bottom.ltr.ui
notebook.bottom.rtl.nodes
notebook.bottom.rtl.ui
notebook.left.ltr.nodes
notebook.left.ltr.ui
notebook.left.rtl.nodes
notebook.left.rtl.ui
notebook.right.ltr.nodes
notebook.right.ltr.ui
notebook.right.rtl.nodes
notebook.right.rtl.ui
notebook.top.ltr.nodes
notebook.top.ltr.ui
notebook.top.rtl.nodes
notebook.top.rtl.ui
paned.ltr.nodes
paned.ltr.ui
paned.rtl.nodes
paned.rtl.ui
progressbar.nodes
progressbar.ui
scale.nodes scale: Rearrange child widgets 2020-06-27 10:51:06 +02:00
scale.ui
test-css-nodes.c