gtk2/testsuite/gtk/focus-chain
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
..
basic.left testsuite: more focus-chain output 2019-06-11 14:56:38 +00:00
basic.right testsuite: more focus-chain output 2019-06-11 14:56:38 +00:00
basic.tab testsuite: more focus-chain output 2019-06-11 14:56:38 +00:00
basic.tab-backward testsuite: more focus-chain output 2019-06-11 14:56:38 +00:00
basic.ui
widget-factory2.tab scalebutton: Don't derive from GtkButton 2020-04-09 20:43:45 -04:00
widget-factory2.tab-backward scalebutton: Don't derive from GtkButton 2020-04-09 20:43:45 -04:00
widget-factory2.ui Change button hierarchy 2020-08-29 16:46:28 +02:00
widget-factory3.tab Add more focus chain tests 2020-04-09 17:50:28 -04:00
widget-factory3.tab-backward Fix up focus chain result 2020-04-09 17:50:29 -04:00
widget-factory3.ui grid layout: Rename some properties 2020-08-02 17:58:03 -04:00
widget-factory.down Add more focus chain tests 2020-04-09 17:50:28 -04:00
widget-factory.left Add more focus chain tests 2020-04-09 17:50:28 -04:00
widget-factory.right Add more focus chain tests 2020-04-09 17:50:28 -04:00
widget-factory.tab Change button hierarchy 2020-08-29 16:46:28 +02:00
widget-factory.tab-backward Change button hierarchy 2020-08-29 16:46:28 +02:00
widget-factory.ui Change button hierarchy 2020-08-29 16:46:28 +02:00
widget-factory.up Add more focus chain tests 2020-04-09 17:50:28 -04:00