elementary / granite

Library that extends GTK with common widgets and utilities
https://elementary.io
GNU Lesser General Public License v3.0
286 stars 60 forks source link

HeaderLabel: Add mnemonic_widget property #663

Closed danirabbit closed 1 year ago

danirabbit commented 1 year ago

Fixes #662

tintou commented 1 year ago

Can you also add bind_property ("mnemonic-widget", secondary_label, "mnemonic-widget"); to the secondary_label creation part? The screen reader will read the two labels then

danirabbit commented 1 year ago

@tintou done!