Skip to content

Make new-style dialog buttons activatable

Joshua Lee requested to merge lsw/gtk:color-dialog-button-activate into main

Unlike GtkColorButton and GtkFontButton, GtkColorDialogButton and GtkFontDialogButton are not activatable (i.e. calling gtk_widget_activate() on the widgets returns FALSE).

A use case for this is setting a these new-style dialog buttons as the activatable-widget on an AdwActionRow so that activating the row itself pops up the dialog.

Edited by Joshua Lee

Merge request reports