gtk2/demos
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
..
constraint-editor grid layout: Rename some properties 2020-08-02 17:58:03 -04:00
gtk-demo Change button hierarchy 2020-08-29 16:46:28 +02:00
icon-browser Change button hierarchy 2020-08-29 16:46:28 +02:00
node-editor node-editor: Don't install the icon 2020-08-09 20:28:56 -04:00
print-editor print-editor: Icon credits 2020-08-09 20:30:00 -04:00
widget-factory Change button hierarchy 2020-08-29 16:46:28 +02:00
meson.build Move print-editor to demos 2020-05-12 15:43:43 -04:00