forked from AuroraMiddleware/gtk
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 |
||
---|---|---|
.. | ||
accessible.c | ||
button.c | ||
checkbutton.c | ||
dialog.c | ||
entry.c | ||
expander.c | ||
image.c | ||
label.c | ||
levelbar.c | ||
meson.build | ||
passwordentry.c | ||
progressbar.c | ||
scrollbar.c | ||
searchentry.c | ||
separator.c | ||
spinbutton.c | ||
switch.c | ||
textview.c | ||
window.c |