mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
1375fb4464
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
9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
window.background:dir(rtl)
|
|
box.vertical:dir(rtl)
|
|
checkbutton.text-button:dir(rtl)
|
|
check:dir(rtl)
|
|
label:dir(rtl)
|
|
checkbutton.text-button:dir(rtl):checked
|
|
check:dir(rtl):checked
|
|
label:dir(rtl)
|